We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd0fbe commit 44dc370Copy full SHA for 44dc370
benchmarks/lockhammer/scripts/test_lockhammer.py
@@ -362,7 +362,7 @@ def build_sweep_test(lhCfg):
362
sys.exit(2)
363
364
365
-# test_lockhammer.py [local_yaml_config_file_without_extension]
+# test_lockhammer.py [local_yaml_config_filename]
366
if __name__ == "__main__":
367
if len(sys.argv) == 2:
368
lhConfigFullPath = os.path.join(os.path.dirname(os.path.abspath(__file__)), sys.argv[1])
0 commit comments