diff options
Diffstat (limited to 'geo-replication/syncdaemon/subcmds.py')
| -rw-r--r-- | geo-replication/syncdaemon/subcmds.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/subcmds.py b/geo-replication/syncdaemon/subcmds.py index 11d263d7e03..30050ec4743 100644 --- a/geo-replication/syncdaemon/subcmds.py +++ b/geo-replication/syncdaemon/subcmds.py @@ -112,7 +112,8 @@ def subcmd_voluuidget(args):      po = Popen(['gluster', '--xml', '--remote-host=' + args.host,                  'volume', 'info', args.volname], bufsize=0, -               stdin=None, stdout=PIPE, stderr=PIPE) +               stdin=None, stdout=PIPE, stderr=PIPE, +               universal_newlines=True)      vix, err = po.communicate()      if po.returncode != 0:  | 
