From e8eab127893e4ac9add7b62362703c0ee8827135 Mon Sep 17 00:00:00 2001 From: Dylan McReynolds Date: Mon, 9 Oct 2023 17:05:31 -0700 Subject: [PATCH] flake8 --- orchestration/flows/scicat/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestration/flows/scicat/utils.py b/orchestration/flows/scicat/utils.py index 009689b..7fc9701 100644 --- a/orchestration/flows/scicat/utils.py +++ b/orchestration/flows/scicat/utils.py @@ -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":