Skip to content

Commit

Permalink
hmmmmmmmmmmmmmmmmypy ~.~
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Mar 5, 2025
1 parent 37a3547 commit ac726d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3319,9 +3319,11 @@ def _validate_webpath_requirement(
return None

if path_requirement == "domain_and_path":
assert domain and path
_assert_no_conflicting_apps(domain, path, ignore_app=ignore_app)

elif path_requirement == "full_domain":
assert domain
_assert_no_conflicting_apps(
domain, "/", full_domain=True, ignore_app=ignore_app
)
Expand Down

0 comments on commit ac726d0

Please sign in to comment.