You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I once mentioned in the comments of #15, run() process doesn't check if the file really exists in the path. When there's no file, msaf.process() doesn't show any error but returns a blank array.
Wouldn't it be better if it check if the file/folder exists? I'd PR if you think so.
The text was updated successfully, but these errors were encountered:
As I once mentioned in the comments of #15,
run()
process doesn't check if the file really exists in the path. When there's no file, msaf.process() doesn't show any error but returns a blank array.Wouldn't it be better if it check if the file/folder exists? I'd PR if you think so.
The text was updated successfully, but these errors were encountered: