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 e02c521 commit c73324dCopy full SHA for c73324d
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", filename
+ print "ERROR writing %s"%filename
15
pass
16
17
def get_dir(path, ext):
0 commit comments