diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-28 15:52:26 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-28 15:52:26 +0000 |
commit | 6d9c007e94a6e7eb15681838d41c33031a6690c4 (patch) | |
tree | 320831c5f294d1cd9459aad6ee0ef43363739a4b /anaconda | |
parent | 4e72b77944ba4183f4ac64789ad010580553c4d5 (diff) | |
download | anaconda-6d9c007e94a6e7eb15681838d41c33031a6690c4.tar.gz anaconda-6d9c007e94a6e7eb15681838d41c33031a6690c4.tar.xz anaconda-6d9c007e94a6e7eb15681838d41c33031a6690c4.zip |
iutil.py
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ if forceMount: try: todo = ToDo(intf, method, rootPath, installSystem = installPackages, setupFilesystems = setupFilesystems, mouse = mouseInfo) - intf.run(todo) + intf.run(todo, test = test) except: (type, value, tb) = sys.exc_info() from string import joinfields |