diff options
Diffstat (limited to 'scripts/lib/wic/imager/baseimager.py')
| -rw-r--r-- | scripts/lib/wic/imager/baseimager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/imager/baseimager.py b/scripts/lib/wic/imager/baseimager.py index 760cf8a58a..557f536677 100644 --- a/scripts/lib/wic/imager/baseimager.py +++ b/scripts/lib/wic/imager/baseimager.py | |||
| @@ -68,7 +68,7 @@ class BaseImageCreator(object): | |||
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | # update setting from createopts | 70 | # update setting from createopts |
| 71 | for key in createopts.keys(): | 71 | for key in createopts: |
| 72 | if key in optmap: | 72 | if key in optmap: |
| 73 | option = optmap[key] | 73 | option = optmap[key] |
| 74 | else: | 74 | else: |
