Skip to content

Commit

Permalink
keep downloaded zipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m1lhaus committed Jul 7, 2015
1 parent 5a6a8e7 commit 27b2ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@ def testDownloadedPackage(self, status, zip_filepath):
logger.debug(u"Update package is extracted and ready to be applied")
self.readyForUpdateSignal.emit(updater_exe)

tools.removeFile(zip_filepath)
# tools.removeFile(zip_filepath)

0 comments on commit 27b2ed9

Please sign in to comment.