Skip to content
Snippets Groups Projects
Commit 41a669a4 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix minor typo

parent 43f11599
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ class Windows(OSBase):
self.registry.update_uac_remote_setting, old)
def if_not_sysprepped(task, *args):
"""Only perform this if the image is not syspreped"""
"""Only perform this if the image is not sysprepped"""
if not self.sysprepped:
task(*args)
......
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