Skip to content

Commit a1da1f5

Browse files
committed
cli: switch output to .txt
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 6cfc883 commit a1da1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/codesearchnet-opennmt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ def main(args: Namespace) -> None:
203203
)
204204

205205
parser.add_argument(
206-
"--src-file", default="src-%s.token", help="File with function bodies",
206+
"--src-file", default="src-%s.txt", help="File with function bodies",
207207
)
208208

209209
parser.add_argument(
210-
"--tgt-file", default="tgt-%s.token", help="File with function texts"
210+
"--tgt-file", default="tgt-%s.txt", help="File with function texts"
211211
)
212212

213213
parser.add_argument(

0 commit comments

Comments
 (0)