mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Fix a typo in nvchecker/get_version.py
This commit is contained in:
parent
6cf7867428
commit
fd6abcaeee
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