Merge pull request #371 from jwaggy/patch-1
Can now use python2 or python3 interchangeably.
This commit is contained in:
commit
edc69df0b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue