Skip to content

Commit 283f784

Browse files
committed
fix
1 parent bb96cf4 commit 283f784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def main(args: Namespace | None = None) -> ArgumentParser:
116116
with result_pickle_file_path.open(mode="rb") as f:
117117
data = pickle.load(f)
118118
except Exception:
119-
console.info("❌ Failed to trace. Exiting...")
119+
console.print("❌ Failed to trace. Exiting...")
120120
sys.exit(1)
121121
finally:
122122
result_pickle_file_path.unlink(missing_ok=True)

0 commit comments

Comments
 (0)