From 44a43889f4d1c216f78cf7cd5a28b29c8877601b Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 23 Mar 2026 18:10:39 -0700 Subject: [PATCH] Removed old documentation for rewriting conf.yml This removes an old documentation string --- buildingspy/development/regressiontest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildingspy/development/regressiontest.py b/buildingspy/development/regressiontest.py index a076a6a9..ccfada0e 100644 --- a/buildingspy/development/regressiontest.py +++ b/buildingspy/development/regressiontest.py @@ -145,7 +145,7 @@ class Tester(object): :param color: Boolean (default ``False``). If ``True``, command line output will be in color (ignored on Windows). :param rewriteConfigurationFile: Boolean (default ``False``). - If ``True``, rewrite `conf.yml` file. (Currently only supported for OpenModelica.) + If ``True``, rewrite `conf.yml` file. This class can be used to run all regression tests.