From df7ae611cf9c25287b8c190d7d23c085f182fac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karatu=C4=9F=20Ozan=20Bircan?= Date: Wed, 10 Jul 2024 15:03:29 +0100 Subject: [PATCH] fix: Update analysis software error message (#355) --- sumstats_service/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sumstats_service/config.py b/sumstats_service/config.py index c20b9b5..932835d 100644 --- a/sumstats_service/config.py +++ b/sumstats_service/config.py @@ -155,7 +155,7 @@ def _env_variable_else(env_var_name, default): {"id": 11, "errorText": "The raw sumstats file can not be found"}, { "id": 12, - "errorText": "Analysis software must be provided in the metadata template for summary statistics containing 0 p-values.", + "errorText": "Analysis software must be provided in the metadata template for summary statistics containing p-values equal to zero.", }, ]