Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Currently, windows-based clients will run into an issue when using the `addArtifact` API as the path passed to the server would contain backslashes which the server would interpret as part of the file name rather than a separator.
E.g if the client sends the name `pyfiles\abc.txt` to the server, then the artifact would be written out as `<aritfact_directory>/pyfiles\abc.txt` instead of the correct `<artifact_directory>\pyfiles\abc.txt
Attachments
Issue Links
- links to