You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are lot of instances in lib/pbench/cli/agent/commands/results/__init__.py where we use sys.exit() which leads to some undesirable behaviors.
Currently there are lot of instances in
lib/pbench/cli/agent/commands/results/__init__.pywhere we usesys.exit()which leads to some undesirable behaviors.We should never use
sys.exit()library code.See the comment #1947