0.3.6.2
- Use warning logging level for BuilderSkippedException's - Change working directory before running ansible
This commit is contained in:
parent
db25e240e3
commit
32e85ec05e
2 changed files with 4 additions and 0 deletions
|
|
@ -135,6 +135,9 @@ class RedditBuilder(PostBuilder):
|
|||
except BuilderDuplicateException:
|
||||
logger.warning("Skipping duplicate post")
|
||||
continue
|
||||
except BuilderSkippedException as e:
|
||||
logger.warning(e.message)
|
||||
continue
|
||||
except BuilderException:
|
||||
logger.exception("Failed building post")
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue