Skip to content
Snippets Groups Projects
Unverified Commit 8c4ca3c3 authored by Xavier Robin's avatar Xavier Robin
Browse files

fix: silence tracebacks by default again

parent 0df6ccf0
No related branches found
No related tags found
No related merge requests found
......@@ -675,7 +675,7 @@ def _Main():
args = _ParseArgs()
ost.PushVerbosityLevel(args.verbosity)
if args.verbosity < 4:
sys.tracebacklimit = 100
sys.tracebacklimit = 0
_CheckCompoundLib()
try:
# Load structures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment