Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
12a5711b
Verified
Commit
12a5711b
authored
Nov 08, 2019
by
Laurent Heirendt
✈
Browse files
fix issue with dir creation
parent
9d3afe24
Changes
1
Hide whitespace changes
Inline
Side-by-side
contribute.py
View file @
12a5711b
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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