From 9cb2c42ef21678eb66e6afcc2e7347f51cce5ba5 Mon Sep 17 00:00:00 2001 From: Antonio Gonzalez Date: Thu, 21 Oct 2021 14:41:26 -0600 Subject: [PATCH] wetlab -> wet-lab --- qiita_pet/handlers/artifact_handlers/base_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiita_pet/handlers/artifact_handlers/base_handlers.py b/qiita_pet/handlers/artifact_handlers/base_handlers.py index 3cfb3adf5..bbefc2f00 100644 --- a/qiita_pet/handlers/artifact_handlers/base_handlers.py +++ b/qiita_pet/handlers/artifact_handlers/base_handlers.py @@ -41,7 +41,7 @@ def check_artifact_access(user, artifact): QiitaHTTPError If the user doesn't have access to the given artifact """ - if user.level in ('admin', 'wetlab admin'): + if user.level in ('admin', 'wet-lab admin'): return if artifact.visibility != 'public': study = artifact.study