--- 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