Skip to content

Commit

Permalink
Ran black on utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
victor5lm committed Sep 9, 2024
1 parent 76e3b2f commit 64cfecb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bu_isciii/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 64cfecb

Please sign in to comment.