From: James Bunton Date: Thu, 22 Jul 2010 04:27:54 +0000 (+1000) Subject: Fixed deprecation warning X-Git-Url: https://code.delx.au/transcoding/commitdiff_plain/9029d557cf4b0bdf0c25b45eb07d1bd043ced007 Fixed deprecation warning --- diff --git a/encode.py b/encode.py index 11e8ebf..42e5816 100755 --- a/encode.py +++ b/encode.py @@ -351,7 +351,7 @@ def main(): command.run() except FatalException, e: - print >>sys.stderr, "Error:", e.message + print >>sys.stderr, "Error:", str(e) sys.exit(1) finally: