pupy/main: handle empty CID

This commit is contained in:
Oleksii Shevchuk 2019-09-26 22:38:51 +03:00
parent 3c1c89cb3f
commit bf13cf48de
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ def run(config):
logger.debug('Scriptlets completed')
logger.debug('CID: %08x', config.get('cid'))
logger.debug('CID: %08x', config.get('cid', 0))
pupy.namespace = UpdatableModuleNamespace(_import)