Skip to content

UNC paths won't work because of parsing error #16

@Strichcod3

Description

@Strichcod3

UNC network paths are generating an parsing error in line 307/308.
If you would change this lines to
if re.search(r'^\', scene['path']): #If we have Windows-like paths
parse_result = re.search(r'^\((.+)\)*(.+).(.+)$', scene['path'])
it should work.

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