From 860c870ac06b135f016d16b1d4daa170ca6f85df Mon Sep 17 00:00:00 2001 From: ilgiaco Date: Sun, 28 Jul 2019 12:06:33 +0200 Subject: [PATCH] Fixed syntax error --- Scratchinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scratchinstall.py b/Scratchinstall.py index ca13b24..8b5dfec 100755 --- a/Scratchinstall.py +++ b/Scratchinstall.py @@ -311,7 +311,7 @@ class MyWindow(Gtk.Window): if not self.create_scratch_downoad_directory(): return False self.air_installer_file = self.tempdir + "/AdobeAIRSDK.tbz2" - if not self.download_file("http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2" ,self.air_installer_file ,"Scarico Adobe Air dalla rete") + if not self.download_file("http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2" ,self.air_installer_file ,"Scarico Adobe Air dalla rete"): return False Glib.idle_add(self.show_action_message, "Verifica checksum file AIR") if not self.check_sha256(self.scrathFile, SCRATCH_SHA256):