summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-13 11:46:34 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-13 11:46:34 -0500
commit505af3a8a5831152d6988b791103042f78ad9191 (patch)
tree49c35fe41150d77519456031885f9f3afc4833cc
parent4151563f0130d9b9a80c2a6120067723658be881 (diff)
downloadcobbler-505af3a8a5831152d6988b791103042f78ad9191.tar.gz
cobbler-505af3a8a5831152d6988b791103042f78ad9191.tar.xz
cobbler-505af3a8a5831152d6988b791103042f78ad9191.zip
Allow sync to absorb unknown args
-rw-r--r--cobbler/webui/CobblerWeb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/webui/CobblerWeb.py b/cobbler/webui/CobblerWeb.py
index a0815749..28697318 100644
--- a/cobbler/webui/CobblerWeb.py
+++ b/cobbler/webui/CobblerWeb.py
@@ -736,7 +736,7 @@ class CobblerWeb(object):
# Miscellaneous
# ------------------------------------------------------------------------ #
- def sync(self):
+ def sync(self,**args):
if not self.__xmlrpc_setup():
return self.xmlrpc_auth_failure()