Skip to content

Commit

Permalink
typo missing formatting key
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva authored and petersilva committed Nov 29, 2023
1 parent 800d4a0 commit aa57399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ def _parse_binding(self, subtopic_string):

if type(subtopic_string) is str:
if not hasattr(self, 'broker') or self.broker is None or self.broker.url is None:
logger.error( '{self.files}{self.lineno} broker needed before subtopic' )
logger.error( f'{self.files}{self.lineno} broker needed before subtopic' )
return

if self.broker.url.scheme == 'amq' :
Expand Down

0 comments on commit aa57399

Please sign in to comment.