From c388e44c1540fd6d502d9a6ed85c5d3e3582e71b Mon Sep 17 00:00:00 2001 From: JF Ding Date: Wed, 19 Oct 2011 17:44:32 +0800 Subject: [PATCH] fixed typos --- plugins/imager/livecd_plugin.py | 2 +- plugins/imager/liveusb_plugin.py | 2 +- plugins/imager/loop_plugin.py | 2 +- plugins/imager/raw_plugin.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/imager/livecd_plugin.py b/plugins/imager/livecd_plugin.py index f702d1b..bbfc375 100644 --- a/plugins/imager/livecd_plugin.py +++ b/plugins/imager/livecd_plugin.py @@ -60,7 +60,7 @@ class LiveCDPlugin(ImagerPlugin): recording_pkgs.append('name') ksconf = misc.save_ksconf_file(ksconf, creatoropts['release']) name = os.path.splitext(os.path.basename(ksconf))[0] - createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name) + creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name) cfgmgr._ksconf = ksconf # try to find the pkgmgr diff --git a/plugins/imager/liveusb_plugin.py b/plugins/imager/liveusb_plugin.py index c620fa8..1969bb9 100644 --- a/plugins/imager/liveusb_plugin.py +++ b/plugins/imager/liveusb_plugin.py @@ -62,7 +62,7 @@ class LiveUSBPlugin(ImagerPlugin): recording_pkgs.append('name') ksconf = misc.save_ksconf_file(ksconf, creatoropts['release']) name = os.path.splitext(os.path.basename(ksconf))[0] - createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name) + creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name) cfgmgr._ksconf = ksconf # try to find the pkgmgr diff --git a/plugins/imager/loop_plugin.py b/plugins/imager/loop_plugin.py index fbc90bf..e0b6e81 100644 --- a/plugins/imager/loop_plugin.py +++ b/plugins/imager/loop_plugin.py @@ -57,7 +57,7 @@ class LoopPlugin(ImagerPlugin): recording_pkgs.append('name') ksconf = misc.save_ksconf_file(ksconf, creatoropts['release']) name = os.path.splitext(os.path.basename(ksconf))[0] - createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name) + creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name) cfgmgr._ksconf = ksconf # try to find the pkgmgr diff --git a/plugins/imager/raw_plugin.py b/plugins/imager/raw_plugin.py index d543b14..cf4edf3 100644 --- a/plugins/imager/raw_plugin.py +++ b/plugins/imager/raw_plugin.py @@ -59,7 +59,7 @@ class RawPlugin(ImagerPlugin): recording_pkgs.append('name') ksconf = misc.save_ksconf_file(ksconf, creatoropts['release']) name = os.path.splitext(os.path.basename(ksconf))[0] - createopts['outdir'] = "%s/%s/images/%s/" % (createopts['outdir'], createopts['release'], name) + creatoropts['outdir'] = "%s/%s/images/%s/" % (creatoropts['outdir'], creatoropts['release'], name) cfgmgr._ksconf = ksconf # try to find the pkgmgr -- 2.7.4