puzzle1536 / hubic-wrapper-to-swift

This program is a command line client to access OVH hubic API and a wrapper for the swift client.
GNU General Public License v3.0
34 stars 9 forks source link

Piping failure #23

Open szepeviktor opened 9 years ago

szepeviktor commented 9 years ago

/usr/local/bin/hubic.py --config=/home/bck/database/.hubic.cfg -v --swift -- -v stat|grep -m1 Bytes:

            Bytes: 3534647207
Exception IOError: (32, 'Broken pipe') in <bound method hubic.__del__ of <__main__.hubic instance at 0x2a3da28>> ignored
szepeviktor commented 9 years ago

After removing -u from shebang #!/usr/bin/python this exception disappears.