Skip to content

Commit c73324d

Browse files
committed
fix: print function
1 parent e02c521 commit c73324d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/json_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def write_json(data, filename):
1111
fd.write(jsondata)
1212
fd.close()
1313
except:
14-
print "ERROR writing", filename
14+
print "ERROR writing %s"%filename
1515
pass
1616

1717
def get_dir(path, ext):

0 commit comments

Comments
 (0)