clearml icon indicating copy to clipboard operation
clearml copied to clipboard

fix for local file uploads without scheme

Open d-vignesh opened this issue 5 months ago • 0 comments

Fix issue on scenario where local file path is provided without scheme in add_external_file functionality.

Related Issue \ discussion

Fix for #1313

Patch Description

If the file added has a local path, the absolute path is fetched and the 'file://' scheme is added.

Testing Instructions

Described in [#1313]

Other Information

Tested file addition using absolute path, relative path and remote path. File addition and upload is working fine. I could only test for Windows system. image

d-vignesh avatar Sep 15 '24 16:09 d-vignesh