parent
50bf60e2a3
commit
2b84e634c9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue