Skip to content
Snippets Groups Projects
Commit b8e86b45 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

fix lint issue

parent 05699000
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def get_dns_servers() -> set:
servers.extend(
[":".join(map(str, dns[2])) for dns in bus_client.DNS if dns[1] == 10]
) # IPv6
except:
except Exception:
pass
# network-manager method
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment