summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-12-06 19:11:18 +0000
committerMike Fulbright <msf@redhat.com>1999-12-06 19:11:18 +0000
commit9ecedc352aa92d7457de2692030ccdd2acce6da1 (patch)
tree07293919d179daab12065dd6469c6725ea980cb7 /anaconda
parentfe8fdb819f158d93afc0518b62fc5cb46d62a219 (diff)
downloadanaconda-9ecedc352aa92d7457de2692030ccdd2acce6da1.tar.gz
anaconda-9ecedc352aa92d7457de2692030ccdd2acce6da1.tar.xz
anaconda-9ecedc352aa92d7457de2692030ccdd2acce6da1.zip
i'm a dummy
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 944d64539..160e724dc 100755
--- a/anaconda
+++ b/anaconda
@@ -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)