mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Merge remote-tracking branch 'origin/pr/68'
This commit is contained in:
commit
e8235ee2a2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async def get_version(name, conf):
|
|||
try:
|
||||
version = substitute_version(version, name, conf)
|
||||
except (ValueError, re.error):
|
||||
logger.exception('error occured in version substitutions for %s', name)
|
||||
logger.exception('error occurred in version substitutions for %s', name)
|
||||
return version
|
||||
else:
|
||||
logger.error('%s: no idea to get version info.', name)
|
||||
|
|
Loading…
Add table
Reference in a new issue