diff options
| author | Josh Kearney <josh@jk0.org> | 2011-05-06 15:41:36 -0500 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2011-05-06 15:41:36 -0500 |
| commit | 6425095be3bd89c48b73b5305afeb2d5d45e434b (patch) | |
| tree | 6f1ddf4a5108d026e289c83a3e633c9a3ec27262 /plugins | |
| parent | 7860f72c911dd91b69082cb5cdb2e625710526c1 (diff) | |
| download | nova-6425095be3bd89c48b73b5305afeb2d5d45e434b.tar.gz nova-6425095be3bd89c48b73b5305afeb2d5d45e434b.tar.xz nova-6425095be3bd89c48b73b5305afeb2d5d45e434b.zip | |
Review feedback
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py index 55f3911e7..6c589ed29 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py @@ -171,7 +171,7 @@ def _paths_from_ls(recs): def _run_command(cmd): """Abstracts out the basics of issuing system commands. If the command returns anything in stderr, a PluginError is raised with that information. - Otherwise, a tuple of (return code, stdout) is returned. + Otherwise, a tuple of (return code, stdout data) is returned. """ pipe = subprocess.PIPE proc = subprocess.Popen(cmd, stdin=pipe, stdout=pipe, stderr=pipe, |
