Fixed issue with standalone usage

This commit is contained in:
enkore 2013-02-23 13:54:35 +01:00
parent a354a8288e
commit a1b84b74d2

View File

@ -139,6 +139,8 @@ class StandaloneIO(IOHandler):
return '{"version": 1}'
elif self.n == 1:
return "["
elif self.n == 2:
return "[]"
else:
return ",[]"