Merge pull request #18 from Scinawa/master
correct line indentation, previously reulting in syntax errormaster
commit
d4b1f0b070
|
@ -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