File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,6 @@ def create(
287287 },
288288 f ,
289289 )
290- f .flush ()
291290
292291 obj .echo ("Deploying *%s* to Argo Workflows..." % obj .flow .name , bold = True )
293292
@@ -945,7 +944,6 @@ def _convert_value(param):
945944 },
946945 f ,
947946 )
948- f .flush ()
949947
950948 obj .echo (
951949 "Workflow *{name}* triggered on Argo Workflows "
Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ def create(
191191 },
192192 f ,
193193 )
194- f .flush ()
195194
196195 obj .echo (
197196 "Deploying *%s* to AWS Step Functions..." % obj .state_machine_name , bold = True
@@ -560,7 +559,6 @@ def _convert_value(param):
560559 },
561560 f ,
562561 )
563- f .flush ()
564562
565563 obj .echo (
566564 "Workflow *{name}* triggered on AWS Step Functions "
You can’t perform that action at this time.
0 commit comments