aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-01 09:53:18 +0200
committerThéo de la Hogue2024-07-01 09:53:18 +0200
commitfeb023e7cd6c247e2d2e19efdb276d9a41e3c23e (patch)
tree8a21bddddccc8ff97adfbb55d1d3590fdf4ba45b /src
parent4326fdf9377c574de1fe0847ba7cb2042fd9b958 (diff)
downloadargaze-dev/threads.zip
argaze-dev/threads.tar.gz
argaze-dev/threads.tar.bz2
argaze-dev/threads.tar.xz
Annotating a parameter.dev/threads
Diffstat (limited to 'src')
-rw-r--r--src/argaze/DataFeatures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/DataFeatures.py b/src/argaze/DataFeatures.py
index 32dd0e1..60e382b 100644
--- a/src/argaze/DataFeatures.py
+++ b/src/argaze/DataFeatures.py
@@ -1325,7 +1325,7 @@ class PipelineStepObject():
if issubclass(type(p), PipelineStepObject):
yield p
- def send_signal(self, signal: str, timestamp: int | float = None, exception = None):
+ def send_signal(self, signal: str, timestamp: int | float = None, exception: Exception = None):
"""Send signal to observers.
Parameters: