mute formatter and docker

This commit is contained in:
msramalho
2023-01-26 23:38:58 +00:00
parent c261361ac8
commit f5b7c3a5ea
8 changed files with 32 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ class CLIFeeder(Feeder):
# without this STEP.__init__ is not called
super().__init__(config)
if type(self.urls) != list or len(self.urls) == 0:
logger.info(f"CLI Feeder did not receive any URL to process")
raise Exception("CLI Feeder did not receive any URL to process")
@staticmethod
def configs() -> dict: