Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Oct 10, 2023
1 parent 768eba7 commit e8eab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/flows/scicat/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def calculate_access_controls(username, beamline, proposal) -> Dict:
access_groups.append(username)
# temporary mapping while beamline controls process request to match beamline name with what comes
# from ALSHub
if beamline == "bl832" && "8.3.2" not in access_groups:
if beamline == "bl832" and "8.3.2" not in access_groups:
access_groups.append("8.3.2")

if proposal and proposal != "None":
Expand Down

0 comments on commit e8eab12

Please sign in to comment.