-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
/airgun/entities/organization.py:54: DeprecationWarning: additional navigation args are deprecated, (org_name='PHwuYMGhQWyg') was given
use auxiliary classes to register configured locations
self.navigate_to(self, 'Context', org_name=org_name)
/airgun/entities/location.py:50: DeprecationWarning: additional navigation args are deprecated, (loc_name='Default Location') was given
use auxiliary classes to register configured locations
self.navigate_to(self, 'Context', loc_name=loc_name)
Navigation using extra kwargs like loc_name, org_name, or entity_name in navigate_to(obj, 'Name', **kwargs) is deprecated in favor of using only attributes of obj.
Airgun currently uses this kwargs-based navigation heavily.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels