Skip to content

Commit

Permalink
Merge pull request amix#371 from jwaggy/patch-1
Browse files Browse the repository at this point in the history
Can now use python2 or python3 interchangeably.
  • Loading branch information
amix authored Mar 11, 2018
2 parents e20b2cb + bf9657f commit edc69df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))


Expand Down

0 comments on commit edc69df

Please sign in to comment.