From 4eb2db842be231cbe60f8d3c63701eaa9544c9ee Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Wed, 3 Jun 2015 14:53:56 -0700 Subject: [PATCH] cwd->getcwd --- docs/autogen_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/autogen_config.py b/docs/autogen_config.py index 39c259140..57b3aad4f 100644 --- a/docs/autogen_config.py +++ b/docs/autogen_config.py @@ -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)