srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
824 stars 343 forks source link

fix mmseg installation bug in hkust/v1/local/hkust_data_prep.sh #21

Closed abuccts closed 8 years ago

abuccts commented 8 years ago

The dir had been made by mkdir -p lib/python${pyver}/site-packages, so the if condition won't exit even if the installation is failed.