This commit is contained in:
Gennadiy Civil 2018-03-26 13:14:00 -04:00
parent 5da5653e76
commit 09e4f71b65

View File

@ -305,7 +305,6 @@ def GenerateFile(path, content):
overwrites it with the given content.
"""
print 'Updating file %s . . .' % path
f = file(path, 'w+')
print >>f, content,
f.close()