[PR #55] Fix: Add sys.exit(0) after --list-rounds and --list-sprints flags #105

Open
opened 2026-05-07 00:18:41 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/55
Author: @Mithurn
Created: 12/16/2025
Status: 🔄 Open

Base: mainHead: fix/list-rounds-exit


📝 Commits (1)

  • a150f45 Fix: Add sys.exit(0) after --list-rounds and --list-sprints flags

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 main.py (+2 -0)

📄 Description

Fix for issue: [54]

Changes

  • Added sys.exit(0) after list_rounds() and list_sprints() calls
  • Program now exits cleanly after listing rounds/sprints
  • Prevents unnecessary execution of main() function

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/55 **Author:** [@Mithurn](https://github.com/Mithurn) **Created:** 12/16/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/list-rounds-exit` --- ### 📝 Commits (1) - [`a150f45`](https://github.com/IAmTomShaw/f1-race-replay/commit/a150f4543eff5bfb0fed7b7e7f65f33e61278349) Fix: Add sys.exit(0) after --list-rounds and --list-sprints flags ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `main.py` (+2 -0) </details> ### 📄 Description Fix for issue: [54] ### Changes - Added `sys.exit(0)` after `list_rounds()` and `list_sprints()` calls - Program now exits cleanly after listing rounds/sprints - Prevents unnecessary execution of main() function --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#105
No description provided.