merges 1
This commit is contained in:
parent
a0e2faf480
commit
a75a5c9706
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user