Open sage2050 opened 2 years ago
when listing specific indexers only the first one in the list is checked for duplicate
found it split delimeter should be (", ") or the gui should specify not to use a space
edit: better yet remove the whitespace with idlist = [trackers.strip() for trackers in self.process_param.trackers.split(',')]
idlist = [trackers.strip() for trackers in self.process_param.trackers.split(',')]
when listing specific indexers only the first one in the list is checked for duplicate