diff options
-rwxr-xr-x | help-to-wiki.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help-to-wiki.py b/help-to-wiki.py index 42aa072ad2..7c5bcce4fd 100755 --- a/help-to-wiki.py +++ b/help-to-wiki.py @@ -49,6 +49,7 @@ def create_wiki_dirs(): ] try: + os.mkdir( "wiki" ) os.mkdir( "wiki/4.0" ) except: sys.stdout.write( "wiki already generated - the wiki/ subdir exists\n" ) |