Appease linter

This commit is contained in:
tituspijean 2024-05-16 23:21:56 +02:00
parent a139c3c00a
commit e77d6694ea
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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 ""