From 46cafc0ed6386eba72e1640777f26527b52c8e4c Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 2 Mar 2025 02:46:15 -0500 Subject: [PATCH] fix: typo --- joj3_config_generator/convert.py | 1 - 1 file changed, 1 deletion(-) diff --git a/joj3_config_generator/convert.py b/joj3_config_generator/convert.py index 792413e..08072a8 100644 --- a/joj3_config_generator/convert.py +++ b/joj3_config_generator/convert.py @@ -40,7 +40,6 @@ def convert(repo_conf: repo.Config, task_conf: task.Config) -> result.Config: current_test = os.environ.get("PYTEST_CURRENT_TEST") is not None # Construct healthcheck stage - print(current_test) if not repo_conf.force_skip_health_check_on_test or not current_test: result_conf.stage.stages.append(get_healthcheck_config(repo_conf)) stages: List[str] = []