Skip to content

Commit

Permalink
no print
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Feb 29, 2024
1 parent b6a1ed5 commit 48ba193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/python/modconstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 48ba193

Please sign in to comment.