From d24667f348a8b728196c95c50dd438639a28fcda Mon Sep 17 00:00:00 2001 From: John Tramm Date: Mon, 27 Jan 2020 17:47:07 +0000 Subject: [PATCH] Added comma to __inity__.py list to fix testing issue. --- tests/regression_tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression_tests/__init__.py b/tests/regression_tests/__init__.py index dcbac5447a..a887448c11 100644 --- a/tests/regression_tests/__init__.py +++ b/tests/regression_tests/__init__.py @@ -1,6 +1,6 @@ # Test configuration options for regression tests config = { - 'event' : False + 'event' : False, 'exe': 'openmc', 'mpi': False, 'mpiexec': 'mpiexec',