Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only first listed indexer is checked #18

Open
sage2050 opened this issue Nov 4, 2022 · 1 comment
Open

Only first listed indexer is checked #18

sage2050 opened this issue Nov 4, 2022 · 1 comment

Comments

@sage2050
Copy link

sage2050 commented Nov 4, 2022

when listing specific indexers only the first one in the list is checked for duplicate

@sage2050
Copy link
Author

sage2050 commented Nov 6, 2022

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(',')]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant