Skip to content

Commit 55aaa4f

Browse files
committed
Fix check new probes script
1 parent c0351eb commit 55aaa4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check_for_new_probes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
parser = ArgumentParser(description="Check for new probes from manufacturer")
77
parser.add_argument(
8-
"old-dir",
8+
"old_dir",
99
type=str,
1010
help="Path to the old probes directory",
1111
)
1212
parser.add_argument(
13-
"new-dir",
13+
"new_dir",
1414
type=str,
1515
help="Path to the new probes directory",
1616
)

0 commit comments

Comments
 (0)