update_vendors work #533 🔃

This commit is contained in:
Jokob-sk
2024-01-13 08:42:31 +11:00
parent b5afdb2bce
commit 7561a8478d
6 changed files with 13 additions and 12 deletions

View File

@@ -60,8 +60,8 @@ def update_vendor_database():
update_output = subprocess.check_output (update_args)
except subprocess.CalledProcessError as e:
# An error occured, handle it
mylog('none', [' FAILED: Updating vendors DB, set LOG_LEVEL=debug for more info'])
mylog('none', [e.output])
mylog('verbose', [' FAILED: Updating vendors DB, set LOG_LEVEL=debug for more info'])
mylog('verbose', [e.output])
# ------------------------------------------------------------------------------
# resolve missing vendors