Skip to content

v0.1.6 — --html directory fix

Choose a tag to compare

@Priyanshu-byte-coder Priyanshu-byte-coder released this 03 Jul 12:27

Fixed

  • --html <directory> (e.g. --html ~/Downloads) crashed with a raw PermissionError/IsADirectoryError traceback because it tried to open the directory itself as a file. It now writes contextrot-report.html inside the given directory.
  • HTML-write failures (bad path, missing parent, no permission) now print a plain one-line error and exit 1 instead of a traceback.