From 2b84e634c940e35e1e48b2e4cbcf8596c4dc1d72 Mon Sep 17 00:00:00 2001 From: moculus Date: Sun, 16 Mar 2008 23:30:56 +0000 Subject: [PATCH] blargo5 --HG-- branch : pmacs2 --- method/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/method/__init__.py b/method/__init__.py index f0bac4d..a7b0384 100644 --- a/method/__init__.py +++ b/method/__init__.py @@ -1125,7 +1125,7 @@ class SvnCommit(Method): lines = data.split('\n') try: - if status == 0: + if status != 0: raise Exception for line in lines: m = self.regex.match(line)