piskvorky/gensim

proper check for filename before calling subprocess

Open

#1,485 opened on Jul 14, 2017

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

Repository metrics

Stars
 (15,144 stars)
PR merge metrics
 (No merged PRs in 30d)

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