cwd->getcwd

Jonathan Frederic 11 years ago
parent 79482e8b4f
commit 4eb2db842b

@ -35,7 +35,7 @@ enter::
"""
destination = os.path.join(os.cwd(), 'source/config.rst')
destination = os.path.join(os.getcwd(), 'config.rst')
with open(destination, 'w') as f:
f.write(header)

Loading…
Cancel
Save