mirror of
1
0
Fork 0

Merge pull request #371 from jwaggy/patch-1

Can now use python2 or python3 interchangeably.
This commit is contained in:
Amir Salihefendic 2018-03-10 22:54:28 -03:00 committed by GitHub
commit edc69df0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))