Open Strichcod3 opened 3 years ago
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.
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.