correct line indentation reulting in syntax error
parent
5a4d3d65b8
commit
6623b7cf41
|
@ -113,7 +113,7 @@ class AGI:
|
||||||
sys.stderr.write('\n')
|
sys.stderr.write('\n')
|
||||||
|
|
||||||
def _quote(self, string):
|
def _quote(self, string):
|
||||||
""" provides double quotes to string, converts int/bool to string """
|
""" provides double quotes to string, converts int/bool to string """
|
||||||
if isinstance(string, int):
|
if isinstance(string, int):
|
||||||
string = str(string)
|
string = str(string)
|
||||||
if isinstance(string, float):
|
if isinstance(string, float):
|
||||||
|
|
Loading…
Reference in New Issue