rohitsar567 commited on
Commit
6f3c920
Β·
1 Parent(s): db1ecc9

chore: print absolute output path (PDF is outside the repo now)

Browse files
Files changed (1) hide show
  1. tools/build_readme_pdf.py +1 -1
tools/build_readme_pdf.py CHANGED
@@ -76,7 +76,7 @@ def main() -> None:
76
  pdf.save(str(OUT_PATH))
77
 
78
  size_kb = OUT_PATH.stat().st_size / 1024
79
- print(f"wrote {OUT_PATH.relative_to(ROOT)} ({size_kb:.1f} KB)")
80
 
81
 
82
  if __name__ == "__main__":
 
76
  pdf.save(str(OUT_PATH))
77
 
78
  size_kb = OUT_PATH.stat().st_size / 1024
79
+ print(f"wrote {OUT_PATH} ({size_kb:.1f} KB)")
80
 
81
 
82
  if __name__ == "__main__":