Skip to content

Commit

Permalink
ugh found by Reid... working now
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Aug 27, 2024
1 parent 4230ef4 commit d72b920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/postformat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def topicDerive(msg, options, topicOverride=None ) -> list:
topic_prefix = options['topicPrefix']
topic_separator='.'

if topicOverride in msg:
if topicOverride:
if topicOverride is list:
topic = topicOverride
else:
Expand Down

0 comments on commit d72b920

Please sign in to comment.