cwd->getcwd

This commit is contained in:
Jonathan Frederic 2015-06-03 14:53:56 -07:00
parent 79482e8b4f
commit 4eb2db842b

View File

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