Closed erickmartins closed 2 years ago
In addition to that, is seems like clientPath
s from Windows imports will also be saved server-side with "/" separators regardless - so replacing "\" separators from the local path is also necessary.
Fixed in #56 (I think).
Describe the bug
ezimport
fails to find image IDs for any imports whereclientPath
contains a certain set of characters.To Reproduce Importing any image from a path containing any characters from the set
"*/:<>? \ |
results in orphaned and un-annotated images.Expected behavior When matching local path to server
clientPath
, local path needs to have the same transforms applied as the ones made by blitz.Affects
ezomero
version 1.1.0, all OSs (in particular, affects all imports from Windows due to paths containing:
).