Skip to content

Commit

Permalink
remove result print
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Jan 19, 2024
1 parent d209e75 commit 0c48b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domino/custom_operators/k8s_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def extract_xcom(self, pod: k8s.V1Pod):
self.log.info("Result file is empty.")
return None
else:
self.log.info("xcom result: \n%s", result)
self.log.info('xcom result is not empty, parsing to json')
return json.loads(result)

def pod_manager_extract_xcom(self, pod: k8s.V1Pod) -> str:
Expand Down

0 comments on commit 0c48b20

Please sign in to comment.