Skip to content
Snippets Groups Projects
Commit 5448799c authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix an small but quite nasty typo


Introduced in commit d4752785.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent d0054203
No related branches found
No related tags found
No related merge requests found
......@@ -10900,7 +10900,7 @@ class LUInstanceMultiAlloc(NoHooksLU):
self.ia_result = ial.result
 
if self.op.dry_run:
self.dry_run_rsult = objects.FillDict(self._ConstructPartialResult(), {
self.dry_run_result = objects.FillDict(self._ConstructPartialResult(), {
constants.JOB_IDS_KEY: [],
})
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment