diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-12-05 15:48:58 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-12-05 15:48:58 -0500 |
| commit | 261d9a446914ec828ca62d23718e9e4315a02288 (patch) | |
| tree | dc7c92d6e742835430aaf8d7be404306b2c8b978 /python/workflow.py | |
| parent | 845c1e5435fd49cf220e6df28934402904c121c0 (diff) | |
fix documentation around workflow example code
Diffstat (limited to 'python/workflow.py')
| -rw-r--r-- | python/workflow.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/workflow.py b/python/workflow.py index 5cbeb1e9..8e97ee59 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -255,7 +255,8 @@ class Workflow(metaclass=_WorkflowMetaclass): :Example: - .. code-block:: python +.. code-block:: python + # Define the custom activity configuration configuration = json.dumps({ "name": "analysis.plugins.xorStringDecoder", |
