From: Nikos Skalkotos Date: Thu, 1 Aug 2013 08:12:54 +0000 (+0300) Subject: Fix a typo in a variable name X-Git-Tag: 0.5~1^2~9 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/b932f59d7b7567ec3f990c82522112e7da8606d5 Fix a typo in a variable name --- diff --git a/image_creator/os_type/windows.py b/image_creator/os_type/windows.py index 3592500..994a7b0 100644 --- a/image_creator/os_type/windows.py +++ b/image_creator/os_type/windows.py @@ -280,7 +280,7 @@ class Windows(OSBase): txt = "System preparation parameter: `%s' is needed but missing!" for name, param in self.needed_sysprep_params.items(): if name not in self.sysprep_params: - raise FatalError(txt % param) + raise FatalError(txt % name) self.mount(readonly=False) try: