This commit is contained in:
Bernhard Landauer 2017-01-21 16:44:18 +01:00
parent a49b4713a4
commit cc307ae6ab

View File

@ -65,6 +65,6 @@ def run():
try: try:
shutil.copy(source_resolv, target_resolv) shutil.copy(source_resolv, target_resolv)
except Error as err: except Error as err:
+ libcalamares.utils.debug("Can't copy resolv.conf from {}: {}".format(source_resolv, err)) libcalamares.utils.debug("Can't copy resolv.conf from {}: {}".format(source_resolv, err))
return None return None