mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-27 17:12:25 +00:00
more logging
This commit is contained in:
parent
312f99edf9
commit
2cc5de34ab
@ -154,6 +154,7 @@ def _gcodehg_done(name, callback, res):
|
|||||||
t = time.strptime('Aug 15, 2013', '%b %d, %Y')
|
t = time.strptime('Aug 15, 2013', '%b %d, %Y')
|
||||||
version = time.strftime('%Y%m%d', t)
|
version = time.strftime('%Y%m%d', t)
|
||||||
else:
|
else:
|
||||||
|
logger.error('%s: version not found.', name)
|
||||||
version = None
|
version = None
|
||||||
callback(name, version)
|
callback(name, version)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user