louwrentius / showtools

Shows detailed disk or network device information
BSD 3-Clause "New" or "Revised" License
122 stars 17 forks source link

Fix TypeError with transparent argument #18

Closed SenH closed 2 years ago

SenH commented 2 years ago

Fix following Type error when using -E arg.

./show disk -E

Traceback (most recent call last):
  File "/home/sen/sources/showtools/./show", line 775, in <module>
    main()
  File "/home/sen/sources/showtools/./show", line 169, in main
    display_table(table_header, table_data, args)
  File "/home/sen/sources/showtools/./show", line 744, in display_table
    print(format % tuple(table_header))
TypeError: not all arguments converted during string formatting
louwrentius commented 2 years ago

Thanks a lot for the contributions, have a splendid new year!