mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
fix: pip issue
This commit is contained in:
parent
4c847893b8
commit
d760c511ba
1 changed files with 3 additions and 1 deletions
|
@ -189,4 +189,6 @@ elif flag != ['checkonly']:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Delete the lockfile
|
# Delete the lockfile
|
||||||
os.remove('lockfile')
|
os.remove('lockfile')
|
||||||
|
|
||||||
|
sys.exit(0)
|
Loading…
Reference in a new issue