-
-
Notifications
You must be signed in to change notification settings - Fork 696
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
Adding support for Lipizzanerheimat App, Austria #3209
base: master
Are you sure you want to change the base?
Conversation
...components/waste_collection_schedule/waste_collection_schedule/source/lipizzanerheimat_at.py
Show resolved
Hide resolved
...components/waste_collection_schedule/waste_collection_schedule/source/lipizzanerheimat_at.py
Outdated
Show resolved
Hide resolved
raise SourceArgumentNotFound( | ||
[], "No data found for the provided arguments.") | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
if (community_id == None): | ||
raise SourceArgumentNotFound( | ||
[], "Town/Street combination not found.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This exception does not work like this. (see above)
You could raise the SourceArgumentNotFoundWithSuggestions exception in the fetch_communities function to provide feedback which towns would be valid
Add support for Lipizzanerheimat, Austria
Format documentation
reformatting + ./update_docu_links.py
Uses guest credentials that were provided in the code.