Merge pull request #64 from xanderfomin/master
Make update_plugin.py script compatible with Python 3
This commit is contained in:
commit
6274ff0b10
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
|
|||
|
||||
shutil.move(plugin_temp_path, plugin_dest_path)
|
||||
|
||||
print 'Updated %s' % plugin_name
|
||||
print('Updated {0}'.format(plugin_name))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue