MontrealCorpusTools / Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi
https://montrealcorpustools.github.io/Montreal-Forced-Aligner/
MIT License
1.31k stars 243 forks source link

Fix using github token from enviroment #788

Closed qwaker00 closed 5 months ago

qwaker00 commented 5 months ago

Common sense dictates that token from enviroment should be used only when token is NOT provided with arguments. Current code works exactly the opposite.

mmcauliffe commented 5 months ago

LGTM, thanks!