-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix python3 related issues on Redirect plugin (#1631)
- 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
- Loading branch information
1 parent
97e5d3f
commit 19b0883
Showing
2 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters