From d779d4483442b4713c5cfac047c4d03c1ce87280 Mon Sep 17 00:00:00 2001 From: victor5lm Date: Mon, 9 Sep 2024 11:37:43 +0200 Subject: [PATCH] Ran black on utils.py --- bu_isciii/utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bu_isciii/utils.py b/bu_isciii/utils.py index 1332b1e1..6de43fe0 100755 --- a/bu_isciii/utils.py +++ b/bu_isciii/utils.py @@ -230,7 +230,9 @@ def get_service_paths(conf, type, info, archived_status): return service_path except AttributeError: - stderr.print("[red]ERROR: the user associated with this service has no profile classification area selected in iskylims.isciii.es/admin. Please log in, go to the Profiles section and make sure every user has been assigned a profile classification area.") + stderr.print( + "[red]ERROR: the user associated with this service has no profile classification area selected in iskylims.isciii.es/admin. Please log in, go to the Profiles section and make sure every user has been assigned a profile classification area." + ) sys.exit(1)