deviantfero / wpgtk

:flower_playing_cards: a colorscheme, wallpaper and template manager for *nix
http://deviantfero.github.io/wpgtk/
GNU General Public License v2.0
2.06k stars 48 forks source link

Fixing data types mismatch #306

Closed Ainslott closed 2 weeks ago

Ainslott commented 5 months ago

fixing the "TypeError: '>' not supported between instances of 'tuple' and 'int'" error while checking "if wal_backend_version[i] > pywal_archived_version[i]" by changing pywal_archived_version to tuple.

deviantfero commented 2 weeks ago

fixed