This commit is contained in:
Gennadiy Civil 2018-03-26 13:14:00 -04:00
parent a0e2faf480
commit a75a5c9706

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()