From 79c87e5bba33f97d0a40ca0fd0f83b6852735a05 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 8 Dec 2014 15:37:11 +0000 Subject: fixup-installer-configure --- installer.configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.configure b/installer.configure index da2423ec..1b7f3a77 100755 --- a/installer.configure +++ b/installer.configure @@ -31,11 +31,11 @@ import yaml install_config_file = os.path.join(sys.argv[1], 'etc', 'install.conf') try: - installer_configuration={ + installer_configuration = { 'INSTALLER_TARGET_STORAGE_DEVICE': os.environ['INSTALLER_TARGET_STORAGE_DEVICE'], 'INSTALLER_ROOTFS_TO_INSTALL': os.environ['INSTALLER_ROOTFS_TO_INSTALL'], } -except KeyError, e: +except KeyError as e: print "Not configuring as an installer system" exit(0) -- cgit v1.2.1