chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7405b0d
)
operation.py: Fix stupid typo.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Feb 2014 14:32:10 +0000
(14:32 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Feb 2014 14:32:10 +0000
(14:32 +0000)
I don't think that attribute was used for anything. It will be soon,
though.
operation.py
patch
|
blob
|
blame
|
history
diff --git
a/operation.py
b/operation.py
index 9a2d1c0dc60c93f841b12644c81298a242dbbed5..f02b46250cfc0c06a90c017c44950758c1893472 100644
(file)
--- a/
operation.py
+++ b/
operation.py
@@
-124,7
+124,7
@@
class FailOperation (BaseOperation):
"""A fake operation which just raises an exception."""
def __init__(me, svc, user, exc):
me.svc = svc
"""A fake operation which just raises an exception."""
def __init__(me, svc, user, exc):
me.svc = svc
- me.u
es
r = user
+ me.u
se
r = user
me.exc = exc
def perform(me):
me.result = None
me.exc = exc
def perform(me):
me.result = None