Skip to content

Commit

Permalink
release/0.7.0: Comment method '_run'
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed Nov 13, 2018
1 parent f021c46 commit 345540e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sklearn_porter/utils/Shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Shell(object):
@staticmethod
def _run(method, cmd, cwd=None, shell=True, universal_newlines=True,
stderr=STDOUT):
"""Internal wrapper for `call` amd `check_output`"""
if not cmd:
error_msg = 'Passed empty text or list'
raise AttributeError(error_msg)
Expand Down

0 comments on commit 345540e

Please sign in to comment.