Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Nene Barry
markdown
Commits
8304e2e0
Verified
Commit
8304e2e0
authored
Nov 05, 2019
by
Laurent Heirendt
✈
Browse files
fix for non-existing folder
parent
0c7f0c9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
contribute.py
View file @
8304e2e0
...
...
@@ -20,6 +20,10 @@ def main(date, name):
# get the root directory
rootDir
=
os
.
getcwd
()
# create a root directory if not existing
if
not
os
.
path
.
exists
(
mainDir
):
os
.
mkdir
(
mainDir
)
# generate the full name of the presentation
fullName
=
date
+
"_"
+
name
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment