Skip to content

Commit

Permalink
feat: fc use sub dir
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 74430a1 commit df90d9a
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 @@ -47,7 +47,7 @@ def create_main_logger():
logger.error("events is empty")
exit(1)

dir_data = Path("/data")
dir_data = Path("/data/nougat")
dir_input = dir_data / "input"
dir_output = dir_data / "output"
dir_input.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit df90d9a

Please sign in to comment.