Switched from tabs to spaces.
This commit is contained in:
parent
34e8d6642f
commit
eddb64c9b8
|
@ -109,5 +109,5 @@ class AsciiPainter:
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
def __str__ (self):
|
def __str__ (self):
|
||||||
return 'TikzPainter[]'
|
return 'AsciiPainter[]'
|
||||||
|
|
||||||
|
|
1
main.py
1
main.py
|
@ -65,7 +65,6 @@ def parse_args ():
|
||||||
else:
|
else:
|
||||||
output_file = open(args['output-file'], 'w')
|
output_file = open(args['output-file'], 'w')
|
||||||
|
|
||||||
|
|
||||||
# Determine painter class
|
# Determine painter class
|
||||||
painter_class = PAINTER_ID_TO_CLASS[args['painter-name']]
|
painter_class = PAINTER_ID_TO_CLASS[args['painter-name']]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user