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: handle percent-encoded urls TDE-1054 #881

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

paulfouquet
Copy link
Collaborator

Motivation

Path are converted to URL in argo-tasks which can percent-encode (example, space to %20).

Modification

Quick fix that unquotes percent-encoded sequences in input paths.
Long term fix could be using URL in this repo?

Checklist

  • Tests updated N/A
  • Docs updated N/A
  • Issue linked in Title

scripts/files/file_tiff.py Outdated Show resolved Hide resolved
scripts/files/file_tiff.py Outdated Show resolved Hide resolved
@paulfouquet paulfouquet added this pull request to the merge queue Feb 27, 2024
Merged via the queue into master with commit eacc453 Feb 27, 2024
2 checks passed
@paulfouquet paulfouquet deleted the fix/handle-percent-encoded-url-tde-1054 branch February 27, 2024 20:59
@github-actions github-actions bot mentioned this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants