Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Feb 12, 2024
1 parent ae5c66e commit 3b58349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/domino/base_piece.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def run_piece_function(
self._storage_size_in_bytes = self._get_folder_size(shared_storage_base_path)
xcom_obj['_storage_size_in_bytes'] = self._storage_size_in_bytes
self.push_xcom(xcom_obj=xcom_obj)
base_results_path = f"{self.workflow_shared_storage_path}/{self.task_id}"
self.logger.info(f"Piece used {self._storage_size_in_bytes} bytes of storage.")
self.logger.info("End cut point for logger 48c94577-0225-4c3f-87c0-8add3f4e6d4b")

Expand Down

0 comments on commit 3b58349

Please sign in to comment.