mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-26 15:30:18 +00:00
Move extract zip function to utils
This commit is contained in:
+1
-1
@@ -320,7 +320,7 @@ class DSDT:
|
||||
zfile = os.path.basename(url)
|
||||
#print("Downloading {}".format(os.path.basename(url)))
|
||||
#self.dl.stream_to_file(url, os.path.join(ztemp,zfile), progress=False, headers=self.h)
|
||||
self.fetcher.download_and_save_file(url, os.path.join(ztemp,zfile), False)
|
||||
self.fetcher.download_and_save_file(url, os.path.join(ztemp,zfile))
|
||||
search_dir = ztemp
|
||||
if zfile.lower().endswith(".zip"):
|
||||
print(" - Extracting")
|
||||
|
||||
Reference in New Issue
Block a user