projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8344a
)
whoops inherit from MaskCancellable not SimpleHandshake
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 5 Aug 2019 07:36:11 +0000
(08:36 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 5 Aug 2019 07:36:11 +0000
(08:36 +0100)
src/nmutil/dynamicpipe.py
patch
|
blob
|
history
diff --git
a/src/nmutil/dynamicpipe.py
b/src/nmutil/dynamicpipe.py
index aaba4a6ae58f5156359f014c8e25dbacda756e4c..f9c649c4ced0c132767d448becd9e7925873ae38 100644
(file)
--- a/
src/nmutil/dynamicpipe.py
+++ b/
src/nmutil/dynamicpipe.py
@@
-89,7
+89,7
@@
class SimpleHandshakeRedir(SimpleHandshake):
SimpleHandshake.__init__(self, stage)
-class MaskCancellableRedir(
SimpleHandshak
e):
+class MaskCancellableRedir(
MaskCancellabl
e):
def __init__(self, mod, *args):
stage = self
maskwid = args[0].maskwid