--- a/eric6/Project/Project.py Mon Apr 26 17:33:08 2021 +0200 +++ b/eric6/Project/Project.py Tue Apr 27 17:25:06 2021 +0200 @@ -5486,7 +5486,7 @@ self.tr("Create Plugin Archive"), self.tr("<p>The eric plugin archive files were " "created with some errors.</p>"), - kind=NotificationTypes.Critical, + kind=NotificationTypes.CRITICAL, timeout=0) else: self.ui.showNotification( @@ -5757,7 +5757,7 @@ UI.PixmapCache.getPixmap("makefile48"), title, message, - kind=NotificationTypes.Warning, + kind=NotificationTypes.WARNING, timeout=0) elif exitCode > 1: E5MessageBox.critical(