Commit 844c2e8
committed
Fix argument handling
The `key` part of the argument handling has to be right after `args`, otherwise you'd get an `AttributeError` when trying to call `encode` on the `args` object.
Signed-off-by: Roland Sommer <[email protected]>1 parent 199b26f commit 844c2e8
File tree
1 file changed
+1
-1
lines changed- samples/vsphere/vcenter/certificatemanagement
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments