diff --git a/actions/ost-compare-ligand-structures b/actions/ost-compare-ligand-structures
index 8940abd2815297cb2fb14fba6d60213d41c339e7..3f7dcb2164fba661cff2e6c905503a991dd0139f 100644
--- a/actions/ost-compare-ligand-structures
+++ b/actions/ost-compare-ligand-structures
@@ -770,6 +770,8 @@ def _Main():
     args = _ParseArgs()
     ost.PushVerbosityLevel(args.verbosity)
     if args.verbosity < 4:
+        # Hide tracebacks by default
+        # Run script with -v 4 (Verbose) or higher to display them
         sys.tracebacklimit = 0
     _CheckCompoundLib()
     try:
diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures
index 6b0269a4f1b66278811c4625d2ebe88e5a36e6a8..ff61152855ada2f9708edcbece4dda43952488fa 100644
--- a/actions/ost-compare-structures
+++ b/actions/ost-compare-structures
@@ -924,6 +924,8 @@ def _Main():
     args = _ParseArgs()
     ost.PushVerbosityLevel(args.verbosity)
     if args.verbosity < 4:
+        # Hide tracebacks by default
+        # Run script with -v 4 (Verbose) or higher to display them
         sys.tracebacklimit = 0
     _CheckCompoundLib()
     try: