Skip to content

Commit d16704e

Browse files
Fix file comma formatting
1 parent 5d5e1eb commit d16704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/execute_python_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main(search_directory, env_file):
5555

5656
# Define the files and patterns to exclude
5757
excluded_patterns = {
58-
"MinimalRepresentation.py"
58+
"MinimalRepresentation.py",
5959
"TC_CNET_4_4.py",
6060
"TC_CCTRL_2_1.py",
6161
"TC_CCTRL_2_2.py",

0 commit comments

Comments
 (0)