Fri, 23 Dec 2022 11:36:26 +0100
Corrected some formatting issues.
src/eric7/Project/Project.py | file | annotate | diff | comparison | revisions | |
src/eric7/UI/Browser.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/Project/Project.py Fri Dec 23 11:35:54 2022 +0100 +++ b/src/eric7/Project/Project.py Fri Dec 23 11:36:26 2022 +0100 @@ -7025,9 +7025,8 @@ # site-packages self.__installProjectIntoEnvironment() - if ( + if environmentPath and not self.__venvConfiguration["interpreter"].startswith( environmentPath - and not self.__venvConfiguration["interpreter"].startswith(environmentPath) ): self.__configureEnvironment(environmentPath)
--- a/src/eric7/UI/Browser.py Fri Dec 23 11:35:54 2022 +0100 +++ b/src/eric7/UI/Browser.py Fri Dec 23 11:36:26 2022 +0100 @@ -1016,7 +1016,7 @@ self.parent(), self.tr("Delete File"), self.tr("Do you really want to delete this file?"), - [fn] + [fn], ) if dlg.exec() == QDialog.DialogCode.Accepted: try: