Merge pull request #371 from jwaggy/patch-1

Can now use python2 or python3 interchangeably.
pull/362/merge
Amir Salihefendic 6 years ago committed by GitHub
commit edc69df0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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))

Loading…
Cancel
Save