fix kwargs
[util-vserver-pl.git] / python / vserver.py
index c05adb6..e3a0269 100644 (file)
@@ -278,7 +278,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: