Skip to content

Commit

Permalink
Add urwid and python versions to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
exquo committed Feb 28, 2024
1 parent 6d8954f commit 20d0b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scli
Original file line number Diff line number Diff line change
Expand Up @@ -5627,6 +5627,8 @@ def main():
else:
logging.disable()
logging.info("scli %s", __version__)
logging.debug("urwid %s", urwid.__version__)
logging.debug("python %s", sys.version)

cfg.set(args)

Expand Down

0 comments on commit 20d0b8d

Please sign in to comment.