wpgtk icon indicating copy to clipboard operation
wpgtk copied to clipboard

Fixing data types mismatch

Open Ainslott opened this issue 1 year ago • 0 comments

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.

Ainslott avatar Jun 22 '24 00:06 Ainslott