Skip to content

Commit

Permalink
fix: input
Browse files Browse the repository at this point in the history
Signed-off-by: 117503445 <[email protected]>
  • Loading branch information
117503445 committed Oct 14, 2023
1 parent e2da53e commit 82b341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nougat/fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create_main_logger():
file.write_json(file_task, {"status": "executing"})

try:
command = f'nougat {file} -o {dir_output / stem / "output"} -m 0.1.0-base --markdown'
command = f'nougat {file_input} -o {dir_output / stem / "output"} -m 0.1.0-base --markdown'
logger.debug(f'command = {command}')
subprocess.run(command, shell=True)
file.write_json(file_task, {"status": "done"})
Expand Down

0 comments on commit 82b341d

Please sign in to comment.