From db19a30094df7280b76a9243a6a6e46185629287 Mon Sep 17 00:00:00 2001 From: CorpNewt Date: Wed, 26 Sep 2018 14:54:33 -0500 Subject: [PATCH] Fixed variable re-assign in loop --- gibMacOS.command | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gibMacOS.command b/gibMacOS.command index 526f12c..0114377 100755 --- a/gibMacOS.command +++ b/gibMacOS.command @@ -175,11 +175,12 @@ class gibMacOS: self.u.head("Downloading File {} of {}".format(c, len(dl_list))) print("") if len(done): - print("\n".join(["{} --> {}".format(x["name"], "Succeeded" if x["status"] else "Failed") for x in done])) + print("\n".join(["{} --> {}".format(y["name"], "Succeeded" if y["status"] else "Failed") for y in done])) print("") if dmg: print("NOTE: Only Downloading DMG Files") print("") + print(x) print("Downloading {} for {}...".format(os.path.basename(x), name)) print("") try: