UnittestDialog: fixed an issue causing an uncaught exception.

Thu, 28 Mar 2019 19:13:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 28 Mar 2019 19:13:09 +0100
changeset 6905
889339ffe6cf
parent 6904
3f35037a08d4
child 6906
a34f0dc442a1

UnittestDialog: fixed an issue causing an uncaught exception.

PyUnit/UnittestDialog.py file | annotate | diff | comparison | revisions
--- a/PyUnit/UnittestDialog.py	Wed Mar 27 20:09:37 2019 +0100
+++ b/PyUnit/UnittestDialog.py	Thu Mar 28 19:13:09 2019 +0100
@@ -404,6 +404,7 @@
                 if not clientType:
                     # assume Python 3
                     clientType = "Python3"
+                sysPath = []
             self.__dbs.remoteUTDiscover(clientType, self.__forProject,
                                         workdir, venvName, sysPath,
                                         discoveryStart)

eric ide

mercurial