Skip to content

Commit

Permalink
bugfix in parser init
Browse files Browse the repository at this point in the history
  • Loading branch information
benhackbarth committed Mar 10, 2021
1 parent 81af0be commit 5e491a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audioguide/userclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def __init__(self, *args, **kwargs):
else:
self.descriptor_list += args[3] + args[4] # add other descriptors for loading
#print(self.parsetest, self.submethod, self.parsedescriptor, self.parseSymbol, self.parsevalue, self.needMinMax, self.descriptor_list)
_defaults = {}
elif self.method == 'target_partial_filter':
self.submethod = None
self.needMinMax = False
Expand Down

0 comments on commit 5e491a4

Please sign in to comment.