piskvorky/gensim

proper check for filename before calling subprocess

Open

#1485 opened on Jul 14, 2017

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Python (15,144 stars) (4,349 forks)batch import
Hacktoberfestbugdifficulty mediumgood first issue

Description

Based on discussion here, we should properly check for filename before process calls in utils.check_output(), and raise more intuitive exception and error message.

cc @jayantj

Contributor guide