Skip to content

Commit

Permalink
Merge pull request #1268 from MetPX/issue1255
Browse files Browse the repository at this point in the history
fix #1255 remove error message with undeclared value in it
  • Loading branch information
petersilva authored Oct 23, 2024
2 parents 160f850 + ec7d72a commit 7cce208
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sarracenia/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,6 @@ def _resolveQueueName(self,component,cfg):

logger.debug( f'instance read queueName {queueName} from queue state file {queuefile}' )
if len(queueName) < 1:
logger.debug( f'queue name corrupt take a short {nap} second nap, then try again' )
logger.critical( f'failed to read queue name from {queuefile}')
sys.exit(2)
else:
Expand Down

0 comments on commit 7cce208

Please sign in to comment.