From 4ac265b55f65434480ee90a5e46c1e33ebdeec4b Mon Sep 17 00:00:00 2001 From: kritiksoman <33869270+kritiksoman@users.noreply.github.com> Date: Tue, 25 Aug 2020 19:22:29 +0530 Subject: [PATCH] Update update.py --- gimp-plugins/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gimp-plugins/update.py b/gimp-plugins/update.py index d184d8b..b334661 100755 --- a/gimp-plugins/update.py +++ b/gimp-plugins/update.py @@ -23,6 +23,7 @@ def update(flag) : print('Failed to delete %s. Reason: %s' % (file_path, e)) # os.system("cd "+baseLoc+";git fetch;git checkout .") syncWeights.syncGit(baseLoc) + os.system("cd "+baseLoc+";chmod +x *.py") if flag: syncWeights.sync(baseLoc+'weights',flag) # pdb.gimp_message("Update Completed Successfully!")