Skip to content

Commit 44dc370

Browse files
authored
Minor change on comments
1 parent 9fd0fbe commit 44dc370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/lockhammer/scripts/test_lockhammer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def build_sweep_test(lhCfg):
362362
sys.exit(2)
363363

364364

365-
# test_lockhammer.py [local_yaml_config_file_without_extension]
365+
# test_lockhammer.py [local_yaml_config_filename]
366366
if __name__ == "__main__":
367367
if len(sys.argv) == 2:
368368
lhConfigFullPath = os.path.join(os.path.dirname(os.path.abspath(__file__)), sys.argv[1])

0 commit comments

Comments
 (0)