Skip to content

Commit

Permalink
Merge branch 'fsspec:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl authored Nov 26, 2024
2 parents 240b04f + 4a6d573 commit 1d31c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ def __init__(

self.kwargs = kwargs

if mode not in {"ab", "rb", "wb"}:
if mode not in {"ab", "rb", "wb", "xb"}:
raise NotImplementedError("File mode not supported")
if mode == "rb":
if size is not None:
Expand Down

0 comments on commit 1d31c11

Please sign in to comment.