mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
do not return with a nonzero exit status when no results found
also change loglevel from 'warning' to 'info' (#1789)
This commit is contained in:
parent
6b229ac829
commit
72c0cd30c7
@ -106,8 +106,7 @@ class Job():
|
|||||||
raise
|
raise
|
||||||
else:
|
else:
|
||||||
if msg is None:
|
if msg is None:
|
||||||
log.warning("No results for %s", extractor.url)
|
log.info("No results for %s", extractor.url)
|
||||||
self.status |= 8
|
|
||||||
finally:
|
finally:
|
||||||
self.handle_finalize()
|
self.handle_finalize()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user