Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokolt committed Nov 16, 2023
1 parent 142a32d commit 81fae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def main():

# Notify about temporary folder location
print(
f"Log files (.out and .err) and temporary files (.sh submit scripts, .wav conversions) will be written to: {args.SPEECH2TEXT_TMP}"
f"Log files (.out) and temporary files (.sh submit scripts, .wav conversions) will be written to: {args.SPEECH2TEXT_TMP}"
)

# Submit file or directory
Expand Down

0 comments on commit 81fae99

Please sign in to comment.