mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-17 03:32:29 +00:00
nvtake: log for ignored names
This commit is contained in:
parent
2d9bbadd15
commit
81fb17ab25
@ -42,6 +42,7 @@ def take():
|
||||
oldvers[name] = newvers[name]
|
||||
except KeyError:
|
||||
if args.ignore_nonexistent:
|
||||
logger.warn('nonexistent in newver, ignored', name=name)
|
||||
continue
|
||||
|
||||
logger.critical(
|
||||
|
Loading…
Reference in New Issue
Block a user