Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent 798fb31 commit 8ba1dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finddata/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def getProposal(facility, instrument, run):


def getRunsInProp(facility, instrument, proposal):
endpoint = "api/experiments/%s" "?facility=%s" "&instrument=%s" "&projection=indexed"
endpoint = "api/experiments/%s?facility=%s&instrument=%s&projection=indexed"
doc = getJson(endpoint % (proposal, facility, instrument))

return doc["indexed"]["run_number"]["ranges"]
Expand Down

0 comments on commit 8ba1dfb

Please sign in to comment.