Skip to content

Commit

Permalink
debug: fix type when printing sys.argv
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Sep 2, 2024
1 parent 82494e4 commit 371ff68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def show_debug_info() -> None:
log.debug(line)

log.debug('Command Line:')
log.debug(sys.argv)
log.debug(f'{sys.argv}')
log.debug('----- end protontricks debug info -----')


Expand Down

0 comments on commit 371ff68

Please sign in to comment.