We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fc9dc9 + 05560da commit 5cc9b2dCopy full SHA for 5cc9b2d
fileformats/generic/fsobject.py
@@ -17,7 +17,7 @@ class FsObject(FileSet, os.PathLike):
17
def fspath(self):
18
if len(self.fspaths) > 1:
19
raise FormatMismatchError(
20
- f"More than one fspath ({self.fspaths}) provided to {self}, "
+ f"More than one fspath ({self.fspaths}) provided to FsObject, "
21
f"primary path is ambiguous"
22
)
23
return next(iter(self.fspaths))
0 commit comments