AaltoRSE / speech2text

Instructions to setup and use Aalto speech2text app on Triton.
Other
1 stars 1 forks source link

Firoozh/bug and clean #11

Closed hsnfirooz closed 7 months ago

hsnfirooz commented 7 months ago

Fixing open issues:

In addition, added support for the following:

ruokolt commented 7 months ago

Looks good!

I suggested a modification to subprocess.run exception handling: catch subprocess.CalledProcessError instead of Exception (but backoff to Exception anyways).

Also ran linting (black + isort).