Skip to content

Commit 4407250

Browse files
committed
Fix missing comma
1 parent 750c96c commit 4407250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pavilion/test_config/file_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ class TestConfigLoader(yc.YamlConfigLoader):
863863
sub_elem=yc.StrElem(),
864864
help_text="The list of result keys that should be considered "
865865
"'key results'. These results appear automatically "
866-
"when running 'pav results'.")
866+
"when running 'pav results'."),
867867
ModuleWrapperCatElem(
868868
'module_wrappers',
869869
help_text="Whenever the given module[/version] is asked for in the 'build.modules' "

0 commit comments

Comments
 (0)