Update win_dns_client.py

remove trailing witespace
This commit is contained in:
Damon Zheng 2015-08-26 23:21:01 +08:00
parent 1d23d5e797
commit fdebc01def

View file

@ -48,7 +48,7 @@ def get_dns_servers(interface='Local Area Connection'):
try:
return list(iface_config.DNSServerSearchOrder)
except TypeError:
return []
return []
log.debug('Interface "{0}" not found'.format(interface))
return False