Skip to content

Commit

Permalink
test wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed May 8, 2024
1 parent 02b719c commit 76b1ceb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions firecrest/BasicClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@ def list_files(
params["showhidden"] = show_hidden

if recursive is True:
params["recursive"] = recursive

params["recursive"] = recursive


resp = self._get_request(
endpoint="/utilities/ls",
additional_headers={"X-Machine-Name": machine},
Expand Down

0 comments on commit 76b1ceb

Please sign in to comment.