移除pyc
This commit is contained in:
parent
091ed12f53
commit
de6ecbe34c
5.17
Model/__pycache__
RemovePycacheFile.pyUI/__pycache__
__pycache__
ConfigLanguareRunner.cpython-37.pycgetxmlimg.cpython-310.pycgetxmlimg.cpython-37.pycupdatekiller.cpython-37.pyc
api/__pycache__
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -9,5 +9,5 @@ def Remove(path):
|
||||||
else:
|
else:
|
||||||
Remove(nowPath)
|
Remove(nowPath)
|
||||||
programPath = os.path.split(os.path.realpath(__file__))[0] # 返回 string
|
programPath = os.path.split(os.path.realpath(__file__))[0] # 返回 string
|
||||||
debPath = f"{programPath}/new-deb-build"
|
debPath = f"{programPath}/"
|
||||||
Remove(debPath)
|
Remove(debPath)
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue