Skip to content

Commit

Permalink
Merge pull request #867 from MetPX/issue866
Browse files Browse the repository at this point in the history
fix #866
  • Loading branch information
petersilva authored Dec 15, 2023
2 parents 057cb8f + ed08ce6 commit d0d1d4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sarracenia/flow/poll.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def __init__(self, options):
if not features['ftppoll']['present']:
if hasattr( self.o, 'pollUrl' ) and ( self.o.pollUrl.startswith('ftp') ):
logger.critical( f"attempting to configure an FTP poll pollUrl={self.o.pollUrl}, but missing python modules: {' '.join(features['ftppoll']['modules_needed'])}" )
sys.exit(1)

def do(self):
"""
Expand Down
1 change: 0 additions & 1 deletion sarracenia/moth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def ProtocolPresent(p) -> bool:
else:
logger.critical( f"Protocol scheme {p} unsupported for communications with message brokers" )

sys.exit(1)
return False


Expand Down

0 comments on commit d0d1d4d

Please sign in to comment.