We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73324d commit fdb1985Copy full SHA for fdb1985
source/json_generator.py
@@ -11,7 +11,7 @@ def write_json(data, filename):
11
fd.write(jsondata)
12
fd.close()
13
except:
14
- print "ERROR writing %s"%filename
+ #print "ERROR writing %s"%filename
15
pass
16
17
def get_dir(path, ext):
0 commit comments