Closed Ainslott closed 2 weeks 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.
"TypeError: '>' not supported between instances of 'tuple' and 'int'"
"if wal_backend_version[i] > pywal_archived_version[i]"
fixed
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.