mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zblerg propagate changes on tests
This commit is contained in:
parent
e001f26f87
commit
8cc229e19b
2 changed files with 304 additions and 217 deletions
|
@ -2386,7 +2386,7 @@ def _guess_webapp_path_requirement(questions: List[Question], app_folder: str) -
|
||||||
path_questions = [question for question in questions if question.type == "path"]
|
path_questions = [question for question in questions if question.type == "path"]
|
||||||
|
|
||||||
if len(domain_questions) == 0 and len(path_questions) == 0:
|
if len(domain_questions) == 0 and len(path_questions) == 0:
|
||||||
return None
|
return ""
|
||||||
if len(domain_questions) == 1 and len(path_questions) == 1:
|
if len(domain_questions) == 1 and len(path_questions) == 1:
|
||||||
return "domain_and_path"
|
return "domain_and_path"
|
||||||
if len(domain_questions) == 1 and len(path_questions) == 0:
|
if len(domain_questions) == 1 and len(path_questions) == 0:
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue