diff --git a/update_plugins.py b/update_plugins.py index ef75ab9b..a9e6eaef 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -83,7 +83,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir): pass shutil.move(plugin_temp_path, plugin_dest_path) - + print(zip_path) print('Updated {0}'.format(plugin_name))