More fixes to 9b6b336 patch

- Missing test in out_ibom.py
This commit is contained in:
Salvador E. Tropea 2022-05-26 11:16:22 -03:00
parent b44fe7e3bb
commit 9d9ce72d8d
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ def check_version(command, version):
if command in script_versions:
return
cmd = [command, '--version']
logger.error(which(command))
if not which(command) and not os.access(command, os.X_OK) and command.endswith('.py'):
cmd.insert(0, 'python3')
logger.debug('Running: '+str(cmd))