From b3a3b207b0478082a913f8db8436a31c76bfb047 Mon Sep 17 00:00:00 2001 From: Aditya Agrawal Date: Tue, 19 Apr 2016 12:01:24 +0530 Subject: [PATCH] folder_path --- update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update.py b/update.py index a339c73..314525c 100644 --- a/update.py +++ b/update.py @@ -45,6 +45,7 @@ def config_updater(): os.system('git fetch --all') os.system('git reset --hard origin/master') def clink_updater(): + folder_path=base_location for f in os.listdir(base_location): tools_folder=os.path.join(folder_path,f) os.chdir(tools_folder)