eric6/CondaInterface/Conda.py

changeset 7628
f904d0eef264
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
--- a/eric6/CondaInterface/Conda.py	Wed Jun 17 17:12:21 2020 +0200
+++ b/eric6/CondaInterface/Conda.py	Wed Jun 17 20:18:54 2020 +0200
@@ -597,7 +597,7 @@
                 try:
                     packages = json.loads(output)
                     ok = "error" not in packages
-                except Exception:
+                except Exception:       # secok
                     # return values for errors is already set
                     pass
         

eric ide

mercurial