Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearer error message when wrong load function is used #102

Merged
merged 6 commits into from
Apr 18, 2024
Merged

Conversation

TomWagg
Copy link
Owner

@TomWagg TomWagg commented Apr 18, 2024

If you mix up the pop and sfh load functions then it will now be clear that you did that 🙃

This will fix #57

@TomWagg TomWagg added the bug Something isn't working label Apr 18, 2024
@TomWagg TomWagg self-assigned this Apr 18, 2024
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1503 1315 87% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
cogsworth/pop.py 99% 🟢
cogsworth/sfh.py 100% 🟢
TOTAL 100% 🟢

updated for commit: 35ccf43 by action🐍

@TomWagg TomWagg merged commit c7f299f into main Apr 18, 2024
1 of 2 checks passed
@TomWagg TomWagg deleted the load_err branch April 18, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better error message when mixing up load functions
1 participant