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

Better handling of Batch script URL's #79

Open
anandhu-eng opened this issue Jun 26, 2024 · 0 comments
Open

Better handling of Batch script URL's #79

anandhu-eng opened this issue Jun 26, 2024 · 0 comments

Comments

@anandhu-eng
Copy link

https://automotive.mlcommons-storage.org/Cognata_Dataset_PoC_Demo%2F10002_Urban_Clear_Morning.zip

Lets say this is the original URL link. But when passing the URL to rclone command in run.bat, the %2 is getting omitted and it's modified into:

https://automotive.mlcommons-storage.org/Cognata_Dataset_PoC_DemoF10002_Urban_Clear_Morning.zip

which is invalid.
Currently, its handled independently in 'customize.py'. It could be helpful if we provide a function to convert any given string to safe string in order to execute in windows through batch file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant