--- a/src/eric7/EricGui/EricPixmapCache.py Mon Apr 22 13:20:16 2024 +0200 +++ b/src/eric7/EricGui/EricPixmapCache.py Mon Apr 22 15:15:36 2024 +0200 @@ -44,7 +44,7 @@ @rtype QPixmap """ if key: - basename, ext = os.path.splitext(key) + basename, _ext = os.path.splitext(key) if size and not size.isEmpty(): key = "{0}_{1}_{2}".format(basename, size.width(), size.height()) else: