From ec9db0243c1fa4d41d4e41471cef7e68c9bad26c Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Fri, 3 May 2024 13:29:00 +0200 Subject: [PATCH] Fix style --- IM/InfrastructureManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IM/InfrastructureManager.py b/IM/InfrastructureManager.py index a4b8385b..1d63419a 100644 --- a/IM/InfrastructureManager.py +++ b/IM/InfrastructureManager.py @@ -1554,7 +1554,7 @@ def check_auth_data(auth): if im_auth_item['username'].startswith(IM.InfrastructureInfo.InfrastructureInfo.OPENID_USER_PREFIX): # This is a OpenID user do not enable to get data using user/pass creds raise InvaliddUserException("Invalid username used for the InfrastructureManager.") - + # Now check if the user is in authorized if not InfrastructureManager.check_im_user(im_auth_item): raise InvaliddUserException()