Skip to content

Commit

Permalink
run with py
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 5, 2024
1 parent d5cfaa5 commit 8d7d523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pathlib import Path


def get_file(self, rpath, lpath, callback=_DEFAULT_CALLBACK, outfile=None, **kwargs) -> None:
def get_file(self, rpath, lpath, outfile=None, **kwargs) -> None:
# # Taken from https://github.com/fsspec/filesystem_spec/blob/47b445ae4c284a82dd15e0287b1ffc410e8fc470/fsspec/spec.py#L883
# if isfilelike(lpath):
# outfile = lpath
Expand Down

0 comments on commit 8d7d523

Please sign in to comment.