summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 28d5b83c5..e3ea61eff 100755
--- a/anaconda
+++ b/anaconda
@@ -948,7 +948,7 @@ if __name__ == "__main__":
sys.excepthook = lambda type, value, tb, anaconda=anaconda: handleException(anaconda, (type, value, tb))
try:
- anaconda.intf.run(anaconda.id, anaconda.dispatch)
+ anaconda.intf.run(anaconda)
except SystemExit, code:
anaconda.intf.shutdown()
except: