Merge pull request #371 from jwaggy/patch-1
Can now use python2 or python3 interchangeably.
This commit is contained in:
@@ -83,7 +83,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
shutil.move(plugin_temp_path, plugin_dest_path)
|
shutil.move(plugin_temp_path, plugin_dest_path)
|
||||||
|
print(zip_path)
|
||||||
print('Updated {0}'.format(plugin_name))
|
print('Updated {0}'.format(plugin_name))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user