Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-Private
MPAI-CAE
arp
Packager
Commits
a0e0f940
Commit
a0e0f940
authored
Apr 16, 2023
by
Matteo
Browse files
update
parent
b13b19e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/packager.py
View file @
a0e0f940
...
@@ -119,7 +119,7 @@ def make_dir(dir_path: str) -> bool:
...
@@ -119,7 +119,7 @@ def make_dir(dir_path: str) -> bool:
"""
"""
if
not
os
.
path
.
exists
(
dir_path
):
if
not
os
.
path
.
exists
(
dir_path
):
# Create directory
# Create directory
os
.
m
k
dir
(
dir_path
)
os
.
m
ake
dir
s
(
dir_path
)
print
(
"Directory '% s' created"
%
dir_path
)
print
(
"Directory '% s' created"
%
dir_path
)
return
True
return
True
else
:
else
:
...
...
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