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-sims
csst_cpic_sim
Commits
700cc2ee
Commit
700cc2ee
authored
11 months ago
by
GZhao
Browse files
Options
Download
Email Patches
Plain Diff
fix a small bug
parent
3d42fff7
develop
master
No related merge requests found
Pipeline
#4366
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_main.py
+1
-1
tests/test_main.py
with
1 addition
and
1 deletion
+1
-1
tests/test_main.py
+
1
-
1
View file @
700cc2ee
...
@@ -14,7 +14,7 @@ import io
...
@@ -14,7 +14,7 @@ import io
import
shutil
import
shutil
def
clear_output
():
def
clear_output
():
if
os
.
path
.
exists
(
output
)
if
os
.
path
.
exists
(
output
)
:
shutil
.
rmtree
(
output
)
shutil
.
rmtree
(
output
)
os
.
mkdir
(
output
)
os
.
mkdir
(
output
)
...
...
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