[Pkg-bazaar-commits] ./bzr/unstable r500: - fix return value from run_bzr

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:20 UTC 2009


------------------------------------------------------------
revno: 500
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-16 12:44:34 +1000
message:
  - fix return value from run_bzr
    reported by mpe
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-16 02:39:42 +0000
+++ b/bzrlib/commands.py	2005-05-16 02:44:34 +0000
@@ -1146,7 +1146,7 @@
             os.close(pffileno)
             os.remove(pfname)
     else:
-        cmdobj = cmd_class(cmdopts, cmdargs).status 
+        return cmd_class(cmdopts, cmdargs).status 
 
 
 def _report_exception(summary, quiet=False):



More information about the Pkg-bazaar-commits mailing list