Hi, On 09/02/2009 03:25 AM, David Cantrell wrote: <snip>
diff --git a/storage/__init__.py b/storage/__init__.py index 0f3efdb..494bef0 100644 --- a/storage/__init__.py +++ b/storage/__init__.py
<snip>
@@ -1723,7 +1762,7 @@ class FSSet(object): self.active = False - def createSwapFile(self, rootPath, device, size): + def createSwapFile(self, rootPath=self.rootpath, device, size): """ Create and activate a swap file under rootPath. """ filename = "/SWAP" count = 0
You are using arguments without a default value after arguments with a default value here. <snip> Regards, Hans _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list