Skip to content

Commit 96ceb0d

Browse files
committed
cli: fix a typo
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent a1da1f5 commit 96ceb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/codesearchnet-opennmt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def main(args: Namespace) -> None:
176176
if __name__ == "__main__":
177177
parser = ArgumentParser(add_help=False)
178178
parser.add_argument(
179-
"--data_dir",
179+
"--data-dir",
180180
type=str,
181181
default="java/final/jsonl/test",
182182
help="Path to the unziped input data (CodeSearchNet)",

0 commit comments

Comments
 (0)