Skip to content

Commit

Permalink
Docstring on commissioning check
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaytan committed Sep 27, 2024
1 parent 44346b0 commit ec840fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nslsii/sync_experiment/sync_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_current_cycle() -> str:


def is_commissioning_proposal(proposal_number, beamline) -> bool:
"""True if proposal_number is registered as a commissioning proposal; else False."""
commissioning_proposals_response = nslsii_api_client.get(
f"/v1/proposals/commissioning?beamline={beamline}"
).raise_for_status()
Expand Down

0 comments on commit ec840fc

Please sign in to comment.