From 209226a09d446e371cd10f86fc2717aa394e12b6 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 1 Oct 2004 04:19:50 +0000 Subject: [PATCH] Updated. --- sandbox/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/release.py b/sandbox/release.py index cd773a8f3..6072568fd 100644 --- a/sandbox/release.py +++ b/sandbox/release.py @@ -26,7 +26,7 @@ def system(sh, errmsg=None): errmsg = sh ret = os.system(sh) if not ret: - error(errmsg + ' (error code: %s)') + error(errmsg + ' (error code: %s)' % ret) if __name__ == '__main__': if len(sys.argv) < 2: