Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
469c08f8
Commit
469c08f8
authored
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
tweaks
parent
d593a671
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
csst_common/data_manager.py
+2
-2
csst_common/data_manager.py
csst_common/utils/_io.py
+0
-4
csst_common/utils/_io.py
with
2 additions
and
6 deletions
+2
-6
csst_common/data_manager.py
+
2
-
2
View file @
469c08f8
This diff is collapsed.
Click to expand it.
csst_common/utils/_io.py
+
0
-
4
View file @
469c08f8
...
@@ -13,7 +13,3 @@ def remove_dir(path=""):
...
@@ -13,7 +13,3 @@ def remove_dir(path=""):
""" Remove the specified directory. """
""" Remove the specified directory. """
if
os
.
path
.
exists
(
path
):
if
os
.
path
.
exists
(
path
):
shutil
.
rmtree
(
path
)
shutil
.
rmtree
(
path
)
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets