We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb96cf4 commit 283f784Copy full SHA for 283f784
codeflash/tracer.py
@@ -116,7 +116,7 @@ def main(args: Namespace | None = None) -> ArgumentParser:
116
with result_pickle_file_path.open(mode="rb") as f:
117
data = pickle.load(f)
118
except Exception:
119
- console.info("❌ Failed to trace. Exiting...")
+ console.print("❌ Failed to trace. Exiting...")
120
sys.exit(1)
121
finally:
122
result_pickle_file_path.unlink(missing_ok=True)
0 commit comments