summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg/__init__.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-08-20 14:40:18 -0700
committerJesse Keating <jkeating@redhat.com>2010-08-20 14:40:18 -0700
commitbc308193dc814a4aaef0634def8688835aa52112 (patch)
treeadac11f0f61641292039aa32be716375e20245cb /src/pyfedpkg/__init__.py
parent8b5a955077bb7fb652fb2e6082c45b845ba58541 (diff)
downloadfedora-packager-bc308193dc814a4aaef0634def8688835aa52112.tar.gz
fedora-packager-bc308193dc814a4aaef0634def8688835aa52112.tar.xz
fedora-packager-bc308193dc814a4aaef0634def8688835aa52112.zip
Update docstring for _run_command
Diffstat (limited to 'src/pyfedpkg/__init__.py')
-rw-r--r--src/pyfedpkg/__init__.py2
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.
"""