Skip to content

Commit

Permalink
Log platform on internal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Sep 24, 2024
1 parent cb3e7e1 commit 98e2cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patoolib/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import time
import locale
import logging
import platform
from . import configuration


Expand Down Expand Up @@ -90,6 +91,7 @@ def log_internal_error():
{configuration.App}
Python {sys.version} on {sys.platform}
Platform: {platform.platform()}
Local time: {now}
sys.orig_argv: {sys.orig_argv}
Environment:
Expand Down

0 comments on commit 98e2cc4

Please sign in to comment.