Commit 700cc2ee authored by GZhao's avatar GZhao
Browse files

fix a small bug

parent 3d42fff7
Pipeline #4366 passed with stage
in 0 seconds
...@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment