Skip to content

Commit

Permalink
Set report as full report by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FurqanHabibi committed May 17, 2024
1 parent afaa75b commit 2c365d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tfcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def remove_plan(report: str) -> str:
if args.full_report:
args.full_report.write(full_report)

report = full_report
if len(full_report) > 65536:
report = remove_plan(full_report)

Expand Down

0 comments on commit 2c365d7

Please sign in to comment.