mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Appease linter
This commit is contained in:
parent
a139c3c00a
commit
e77d6694ea
1 changed files with 2 additions and 0 deletions
|
@ -316,3 +316,5 @@ class MyDiagnoser(Diagnoser):
|
|||
if os.path.isfile("/etc/profile.d/wifi-check.sh"):
|
||||
cmd = "bash /etc/profile.d/wifi-check.sh"
|
||||
return check_output(cmd)
|
||||
else:
|
||||
return ""
|
||||
|
|
Loading…
Add table
Reference in a new issue