diff options
Diffstat (limited to 'python')
| -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", |
