Closed bwrsandman closed 10 months ago
The default value was left a string when they were converted to pathlib.Path this causes a AttributeError: 'str' object has no attribute 'exists'
pathlib.Path
AttributeError: 'str' object has no attribute 'exists'
The default value was left a string when they were converted to
pathlib.Path
this causes aAttributeError: 'str' object has no attribute 'exists'