Skip to content

Commit 3b7fcdc

Browse files
authored
Fix error message (#1854)
1 parent 66340a1 commit 3b7fcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ def __init__(
768768
self.fss[k] = AsyncFileSystemWrapper(f, asynchronous=self.asynchronous)
769769
elif self.asynchronous ^ f.asynchronous:
770770
raise ValueError(
771-
"Reference-FS's target filesystem must have same value"
771+
"Reference-FS's target filesystem must have same value "
772772
"of asynchronous"
773773
)
774774

0 commit comments

Comments
 (0)