Skip to content

Commit

Permalink
Merge branch 'main' into mb/fix_bind_mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Oct 25, 2023
2 parents 654349a + 7984cd2 commit 3d6fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ def main(
sleep(sleep_seconds)
main(input_dir=input_dir, watch=watch, host_output_dir=host_output_dir)


if __name__ == "__main__":
typer.run(main)

0 comments on commit 3d6fded

Please sign in to comment.