diff options
| author | Matt Wilson <msw@redhat.com> | 2001-07-06 23:57:08 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2001-07-06 23:57:08 +0000 |
| commit | e67a2b149554de57d23be03e79bdd3f441253a67 (patch) | |
| tree | 81322d6cc7c66dc1a5c25bc80b8774c339036376 /textw/bootdisk_text.py | |
| parent | d80414c53aa5cbd96a95f64263b86858c29aaac2 (diff) | |
fsset gets passed in here too
Diffstat (limited to 'textw/bootdisk_text.py')
| -rw-r--r-- | textw/bootdisk_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/bootdisk_text.py b/textw/bootdisk_text.py index fd1b3f2e6..8151febe4 100644 --- a/textw/bootdisk_text.py +++ b/textw/bootdisk_text.py @@ -5,7 +5,7 @@ from constants_text import * from constants import * class BootDiskWindow: - def __call__(self, screen, dir, disp): + def __call__(self, screen, dir, disp, fsset): if fsset.rootOnLoop(): return INSTALL_NOOP |
