Skip to content

Commit

Permalink
Python3 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudOver committed Apr 20, 2018
1 parent ecd5572 commit 2ed822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/cc-manage
Expand Up @@ -101,5 +101,5 @@ if __name__ == "__main__":
log(msg="failed to start action %s" % sys.argv[1], function="cc-manage", exception=e)
coremetric.log('coremetric/update-management/', {'id': config.get('core', 'INSTALLATION_ID'),
'version': version.version,
'apps': urllib.quote_plus(str(config.get('core', 'APPS'))),
'apps': urllib.parse.quote_plus(str(config.get('core', 'APPS'))),
'state': 'failed'})

0 comments on commit 2ed822f

Please sign in to comment.