Closed geewrd closed 6 years ago
Added app.name equality condition for code path where app_domain is provided, and a new list comprehension with app.name equality for the other code paths.
An IndexError is still raised if the app is not found in all cases.
@geewrd LGTM. Thanks for this.
@funkycode, This has been tested that it is working, let's merge this when we get a chance.
Added app.name equality condition for code path where app_domain is provided, and a new list comprehension with app.name equality for the other code paths.
An IndexError is still raised if the app is not found in all cases.