忘记目录了
This commit is contained in:
parent
a27ae72115
commit
28a0e2bd4f
3
.github/workflows/post_compile.py
vendored
3
.github/workflows/post_compile.py
vendored
@ -41,6 +41,9 @@ def remove_un_use():
|
||||
pass
|
||||
except PermissionError:
|
||||
pass
|
||||
except IsADirectoryError:
|
||||
# 如果是目录
|
||||
shutil.rmtree(file)
|
||||
os.chdir('../../')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user