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