Skip to content

Commit

Permalink
Add log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Oct 25, 2024
1 parent cf6ee83 commit 9dbc07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/sharktank/utils/export_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def export_to_mlir(
if return_code != 0:
logger.error("Error exporting mlir: ", return_code)
else:
logger.info(f"Exported to mlir successfully: {mlir_path}!")
logger.info(f"Exported to mlir successfully: {mlir_path}")

def compile_to_vmfb(
self,
Expand Down

0 comments on commit 9dbc07a

Please sign in to comment.