Closed mrludo001 closed 1 year ago
A user had some problems occur during the unzipping of several different update zip files. Errors were reported to the screen during this but the tool continued on.
The current code uses ...
subprocess.Popen(["/usr/bin/unzip", "-q", zip_file, "-d", dir_name])
Revise to use poll and get exit code of the process
Tested and released v2.7.5
A user had some problems occur during the unzipping of several different update zip files. Errors were reported to the screen during this but the tool continued on.
The current code uses ...
subprocess.Popen(["/usr/bin/unzip", "-q", zip_file, "-d", dir_name])