Add verbose print when deleting zip files
This commit is contained in:
1
emsdk
1
emsdk
@@ -1270,6 +1270,7 @@ class Tool:
|
|||||||
if url.endswith('zip') or url.endswith('.tar') or url.endswith('.gz'):
|
if url.endswith('zip') or url.endswith('.tar') or url.endswith('.gz'):
|
||||||
file_name = url.split('/')[-1]
|
file_name = url.split('/')[-1]
|
||||||
tempzipfile = os.path.join('zips/', file_name)
|
tempzipfile = os.path.join('zips/', file_name)
|
||||||
|
if VERBOSE: print("Deleting temporary zip file " + tempzipfile)
|
||||||
rmfile(tempzipfile)
|
rmfile(tempzipfile)
|
||||||
|
|
||||||
def uninstall(self):
|
def uninstall(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user