Skip to content

Commit

Permalink
ulwgl_run: add debug statement for passed arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Mar 20, 2024
1 parent a926fe5 commit 06359b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ULWGL/ulwgl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ def main() -> int: # noqa: D103
if "ULWGL_LOG" in os.environ:
set_log()

log.debug("Arguments: %s", args)

# Setup the launcher and runtime files
# An internet connection is required for new setups
try:
Expand Down

0 comments on commit 06359b8

Please sign in to comment.