Add descriptive error message to AudibleTransits.convert_tracks_to_utm
#13
Labels
good first issue
Good for newcomers
AudibleTransits.convert_tracks_to_utm
#13
A simple improvement to
AudibleTransits.convert_tracks_to_utm()
is to handle theAttributeError
that occurs if the method is run beforeAudibleTransits.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 anexcept
block would be helpful. Alternatively, it may be feasible to combine the two methods.The text was updated successfully, but these errors were encountered: