From e995a8487e95d3546f7e3489fc8797ba6dcc5e3f Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Thu, 15 May 2025 13:51:27 +0200 Subject: [PATCH] Fix https://github.com/EESSI/docs/pull/319#issuecomment-2858776421 --- eessi/testsuite/common_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi/testsuite/common_config.py b/eessi/testsuite/common_config.py index fab35a84..47c95516 100644 --- a/eessi/testsuite/common_config.py +++ b/eessi/testsuite/common_config.py @@ -75,7 +75,7 @@ def common_logging_config(prefix=None): def common_general_config(prefix=None): """ return common configuration for the 'general' section of the ReFrame configuration file - :param: prefix: prefix for the report_file + :param prefix: prefix for the report_file """ prefix = os.getenv('RFM_PREFIX', prefix if prefix else '.') reportdir = os.path.join(prefix, 'report_files')