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

debug for decorator option #1815

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ryanchen99
Copy link

No description provided.

@ryanchen99
Copy link
Author

debug for decorator option in command "show_urls"

@ryanchen99
Copy link
Author

In the for loop of the original code, each iteration overrides the variable decorator, so the problem was that only one url with the specified decorator could be found. The issue is reported here: issues/1773 I changed the variable name so that the variable decorator was not affected, which solved the problem.

@trbs
Copy link
Member

trbs commented Jun 5, 2023

Maybe I am missing something but I do not see how this changes anything...

line 122 might scope bleed the "decorator" variable but it's reassigned anyways on line 140....

Otherwise add a test-case for this so we can demonstrate this fixes it.

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.

None yet

2 participants