aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/DataFeatures.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze/DataFeatures.py b/src/argaze/DataFeatures.py
index 68afbca..08e0ef1 100644
--- a/src/argaze/DataFeatures.py
+++ b/src/argaze/DataFeatures.py
@@ -693,10 +693,10 @@ def PipelineStepExit(method):
logging.debug('%s.__exit__', get_class_path(self))
- PipelineStepObject.__exit__(self, *args)
-
method(self, *args)
+ PipelineStepObject.__exit__(self, *args)
+
return wrapper