fix kwargs
[util-vserver-pl.git] / python / vserver.py
index 0576bb7..a6d46e1 100644 (file)
@@ -261,7 +261,7 @@ class VServer:
         os.chroot(self.dir)
         os.chdir("/")
 
-    def chroot_call(self, fn, *args, **kwargs={}):
+    def chroot_call(self, fn, *args, **kwargs):
         cwd_fd = os.open(".", os.O_RDONLY)
         try:
             root_fd = os.open("/", os.O_RDONLY)