Closed
Description
The parse_path
functions sometimes creates issues on windows when parsing a direct path copied.
- Using the script parameter for file
"U:\VAMP\guerard\LS7\new copy\SmalltileandZ - Copy.czi"
returns'path':'U:\\VAMP\\guerard\\LS7\\new copy\\'
- Directly using
parse_path("U:\VAMP\guerard\LS7\new copy\SmalltileandZ - Copy.czi")
gives'path': 'U:\\VAMP\\guerard\\LS7\new copy\\'
which then later can cause issues
Metadata
Metadata
Assignees
Type
Projects
Status
Done