You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing aggregate object rather than uri to remove_aggregate will raise an exception:
File "/Users/matthewgamble/Dropbox/Code/rolib/manifest.py", line 262, in remove_aggregate
self.aggregates.remove(aggregate)
UnboundLocalError: local variable 'aggregate' referenced before assignment
The text was updated successfully, but these errors were encountered:
gambl
changed the title
remove_aggregate throws exception when passed aggregate object
manifest.py remove_aggregate throws exception when passed aggregate object
May 20, 2015
Passing aggregate object rather than uri to remove_aggregate will raise an exception:
The text was updated successfully, but these errors were encountered: