From ddcaafee5dc10ee0104c108c9648f4d5024a83d9 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 20 Jan 2017 11:36:05 -0500 Subject: [PATCH] 10812: Fix indentation typo. --- sdk/cwl/arvados_cwl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py index 40abdd9bd8..bf5c19753c 100644 --- a/sdk/cwl/arvados_cwl/__init__.py +++ b/sdk/cwl/arvados_cwl/__init__.py @@ -177,7 +177,7 @@ class ArvCwlRunner(object): for p in proc_states["items"]: self.on_message({ - "object_uuid": p["uuid"], + "object_uuid": p["uuid"], "event_type": "update", "properties": { "new_attributes": p -- 2.39.5