From d1d660b2cf373440937bda5919a89b5092ee6f51 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 24 Oct 2018 18:08:56 +0200 Subject: [PATCH] Those files don't exist anymoar --- src/yunohost/dyndns.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/yunohost/dyndns.py b/src/yunohost/dyndns.py index 5edf77ccd..a1e6cd60a 100644 --- a/src/yunohost/dyndns.py +++ b/src/yunohost/dyndns.py @@ -292,8 +292,6 @@ def dyndns_update(dyn_host="dyndns.yunohost.org", domain=None, key=None, command = ["/usr/bin/nsupdate", "-k", key, DYNDNS_ZONE] subprocess.check_call(command) except subprocess.CalledProcessError: - rm(OLD_IPV4_FILE, force=True) # Remove file (ignore if non-existent) - rm(OLD_IPV6_FILE, force=True) # Remove file (ignore if non-existent) raise MoulinetteError(errno.EPERM, m18n.n('dyndns_ip_update_failed'))