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

Fix python3 related issues on Redirect plugin #1631

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DiegoTavares
Copy link
Collaborator

  • Qt's QCompleter expects a list as input and an iterable was being provided.
  • The call to proc.getJob can raise an Exception if no result is found. The previously untreated exception would halt the procs loop and prevent the full list from being processed
  • Another occurence of QCompleter was also altered to ensure a list and not an iterable is passed

- Qt's QCompleter expects a list as input and an iterable was being
provided.
- The call to `proc.getJob` can raise an Exception if no result is
found. The previously untreated exception would halt the procs loop
and prevent the full list from being processed
- Another occurence of QCompleter was also altered to ensure a list
and not an iterable is passed
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

Successfully merging this pull request may close these issues.

1 participant