Skip to content

Commit

Permalink
Inform user
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Aug 13, 2024
1 parent 457a09d commit 9e16717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build_inference_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ def build_inference_script(
)
f.write("\n")

# Inform user of script completion
f.write("echo 'Run completed.'\n")

logging.info(f"Script {output_script} created successfully.")


Expand Down

0 comments on commit 9e16717

Please sign in to comment.