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

Add descriptive error message to AudibleTransits.convert_tracks_to_utm #13

Open
dbetchkal opened this issue Dec 27, 2024 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@dbetchkal
Copy link
Owner

dbetchkal commented Dec 27, 2024

A simple improvement to AudibleTransits.convert_tracks_to_utm() is to handle the AttributeError that occurs if the method is run before AudibleTransits.utm_zone().

This issue considers a marginal use case because most users will use the well-ordered command line interface for the AudibleTransits class. Nevertheless, adding a brief statement such as ".convert_tracks_to_utm() must be run after .utm_zone()" to an except block would be helpful. Alternatively, it may be feasible to combine the two methods.

@dbetchkal dbetchkal added the good first issue Good for newcomers label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant