Skip to content

Commit

Permalink
Fix patch bank attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed Nov 20, 2016
1 parent e707250 commit 46c951a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pluginsmanager/model/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def __init__(self, name):

self._observer = MagicMock()

self.bank = None

@property
def observer(self):
return self._observer
Expand Down

0 comments on commit 46c951a

Please sign in to comment.