Skip to content

Commit

Permalink
lintig
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Jun 7, 2024
1 parent ac64d44 commit cb313fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bu_isciii/bioinfo_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ def __init__(
try:
self.config_pdfkit = pdfkit.configuration()
except OSError as e:
stderr.print("[red] wkhtmlpdf executable was not found. Install it using conda environment.")
stderr.print(
"[red] wkhtmlpdf executable was not found. Install it using conda environment."
)
stderr.print(f"[red] Error: {e}")
sys.exit()

Expand Down

0 comments on commit cb313fd

Please sign in to comment.