[PATCH] Adapt to the new argument list for save_servers_to_config.

Chris Lumens clumens at redhat.com
Thu Apr 30 15:47:17 UTC 2015


This was caught by pylint.
---
 anaconda | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anaconda b/anaconda
index b124b52..565a263 100755
--- a/anaconda
+++ b/anaconda
@@ -1362,7 +1362,7 @@ if __name__ == "__main__":
     # setup ntp servers and start NTP daemon if not requested otherwise
     if can_touch_runtime_system("start chronyd"):
         if anaconda.ksdata.timezone.ntpservers:
-            ntp.save_servers_to_config(anaconda.ksdata.timezone.ntpservers)
+            ntp.save_servers_to_config([], anaconda.ksdata.timezone.ntpservers)
 
         if not anaconda.ksdata.timezone.nontp:
             iutil.start_service("chronyd")
-- 
2.2.2



More information about the anaconda-patches mailing list