mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Change error to info and rephrase the message
This commit is contained in:
parent
e8fbcf6b5c
commit
cbe1450d67
1 changed files with 2 additions and 2 deletions
|
@ -2663,8 +2663,8 @@ class Script(TestSuite):
|
|||
@test(only=["_common.sh"])
|
||||
def no_progress_in_common(self):
|
||||
if self.contains("ynh_script_progression"):
|
||||
yield Error(
|
||||
"You should not use `ynh_script_progression` in _common.sh because it will not work."
|
||||
yield Info(
|
||||
"You should not use `ynh_script_progression` in _common.sh because it will produce warnings when trying to install the application."
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue