From c0676883477bc87fc797e2d62105958e25eb60a6 Mon Sep 17 00:00:00 2001 From: Tarun-SnoDx Date: Fri, 20 Feb 2026 14:37:34 -0800 Subject: [PATCH] Update stack_trace_configuration.py termial | terminal --- .../src/config/stack_trace_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip_package/cloud_tpu_diagnostics/src/config/stack_trace_configuration.py b/pip_package/cloud_tpu_diagnostics/src/config/stack_trace_configuration.py index d8f108c..e1a4313 100644 --- a/pip_package/cloud_tpu_diagnostics/src/config/stack_trace_configuration.py +++ b/pip_package/cloud_tpu_diagnostics/src/config/stack_trace_configuration.py @@ -25,7 +25,7 @@ class StackTraceConfig: occurs in the program. Default is False, which means stack trace will not be collected unless collect_stack_trace is set to True. stack_trace_to_cloud: enable/disable upload of stack trace to cloud. Default - is False, which means stack trace will be displayed on the termial unless + is False, which means stack trace will be displayed on the terminal unless stack_trace_to_cloud is set to True. stack_trace_interval_seconds: time interval in seconds between collection of stack trace event. Default is 600, that is 10 minutes.