diff options
author | Mike Fulbright <msf@redhat.com> | 1999-12-06 19:11:18 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 1999-12-06 19:11:18 +0000 |
commit | 9ecedc352aa92d7457de2692030ccdd2acce6da1 (patch) | |
tree | 07293919d179daab12065dd6469c6725ea980cb7 /anaconda | |
parent | fe8fdb819f158d93afc0518b62fc5cb46d62a219 (diff) | |
download | anaconda-9ecedc352aa92d7457de2692030ccdd2acce6da1.tar.gz anaconda-9ecedc352aa92d7457de2692030ccdd2acce6da1.tar.xz anaconda-9ecedc352aa92d7457de2692030ccdd2acce6da1.zip |
i'm a dummy
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ for n in args: # # must specify install or reconfig mode # -if (progmode == None) +if (progmode == None): print "Must specify either --reconfig or --method for program mode" sys.exit(1) |