From 48ba19363c91d69a96c51745f142070edd224993 Mon Sep 17 00:00:00 2001 From: Sasha Rahlin Date: Thu, 29 Feb 2024 12:56:59 -0600 Subject: [PATCH] no print --- core/python/modconstruct.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/python/modconstruct.py b/core/python/modconstruct.py index d0050298..ca5817da 100644 --- a/core/python/modconstruct.py +++ b/core/python/modconstruct.py @@ -202,8 +202,7 @@ def modconfig_get(self, key): g["spt3g"] = spt3g return eval(v, g, g) - except Exception as e: - print(e) + except: return v