mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
remove python zip file after extracting
This commit is contained in:
parent
1fdda0d64a
commit
27afc41bf4
@ -418,6 +418,11 @@ class InstallPython(threading.Thread):
|
||||
path = os.path.join(os.path.expanduser('~'), '.wakatime', 'python')
|
||||
zf.extractall(path)
|
||||
|
||||
try:
|
||||
os.remove(zip_file)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
def plugin_loaded():
|
||||
global SETTINGS
|
||||
|
Loading…
Reference in New Issue
Block a user