Skip to content

Commit

Permalink
bug in bindings found by unit tests. Yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Dec 13, 2024
1 parent 71267fd commit c9f2ee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sarracenia/config/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ def add(self, new_subscription):
if newb == b:
found=True
if not found:
s['bindings'].append( newb )
s['bindings'].append( newb )
found=True

if not found:
#logger.critical( f"appending {new_subscription=} " )
self.append(new_subscription)


Expand Down

0 comments on commit c9f2ee8

Please sign in to comment.