Skip to content

saved paths in obj.dirs is os incompatible #63

@kianwei96

Description

@kianwei96

for objects generated on aws/linux, the obj.dirs list contains paths in this format:
'picasso/20181105/session01/array01/channel002/cell01'
whereas objects generated on windows store paths in this format:
'Documents\20181105\session01\array01\channel002\cell01'

The DPT.levels.get_level_name and other library methods use python os library to parse the path strings. Calling DPT.levels on AWS created objects in Windows will produce an error, and vice-versa, as the python os library behaves differently depending on the home OS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions