diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fa357e3c..a93171ef 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # the repo. Unless a later match takes precedence, # The users listed below are global owners and will be # requested for review when someone opens a pull request. -* @plaharanne @tomach @WalBeh @Taliik @juanpardo @widmogrod @goat-ssh +# * @plaharanne @tomach @WalBeh @Taliik @juanpardo @widmogrod @goat-ssh diff --git a/croud/clusters/commands.py b/croud/clusters/commands.py index 5022b5b4..e18ae08b 100644 --- a/croud/clusters/commands.py +++ b/croud/clusters/commands.py @@ -1037,7 +1037,7 @@ def _download_exported_file( path.parent.mkdir(parents=True, exist_ok=True) desc = "(Unknown total file size)" if file_size == 0 else "" - r.raw.read = functools.partial(r.raw.read, decode_content=True) + r.raw.read = functools.partial(r.raw.read, decode_content=True) # type: ignore # noqa with tqdm.wrapattr(r.raw, "read", total=file_size, desc=desc) as r_raw: with path.open("wb") as f: copyfileobj(r_raw, f) diff --git a/my_table.csv b/my_table.csv new file mode 100644 index 00000000..e69de29b