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

trurl: only append the first iterate loop #300

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

bagder
Copy link
Member

@bagder bagder commented May 14, 2024

Since it works with the same URL object, doing repeated appends will keep appending every loop which is not intended.

Add test cases to verify.

Reported-by: Jacob Mealey
Fixes #299

Since it works with the same URL object, doing repeated appends will
keep appending every loop which is not intended.

Add test cases to verify.

Reported-by: Jacob Mealey
Fixes #299
@bagder bagder merged commit d80d308 into master May 14, 2024
11 checks passed
@bagder bagder deleted the bagder/iterate-append branch May 14, 2024 09:43
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.

bug where --iterate causes --append to be duplicated for each iteration
1 participant