mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #62] [MERGED] Proper handling of listing rounds, sprints or running main #109
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/62
Author: @111110100
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @IAmTomShaw
Base:
main← Head:proper01📝 Commits (2)
48dbf89Removed sys.exit()22ed8cdIndented main function instead of adding a hack of sys.exit()📊 Changes
2 files changed (+7 additions, -8 deletions)
View changed files
📝
main.py(+6 -5)📝
src/f1_data.py(+1 -3)📄 Description
The original had a sys.exit() on list_rounds() and list_sprints(). The proper Pythonic way is to just logically handle it from main.py.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.