diff options
Diffstat (limited to 'src/pyfedpkg')
-rw-r--r-- | src/pyfedpkg/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py index a9fcc0d..53d218d 100644 --- a/src/pyfedpkg/__init__.py +++ b/src/pyfedpkg/__init__.py @@ -104,6 +104,8 @@ def _run_command(cmd, shell=False, env=None, pipe=[]): env is a dict of environment variables to use (if any) + pipe is a command to pipe the output of cmd into + Raises on error, or returns nothing. """ |