summaryrefslogtreecommitdiff
path: root/wintest/wintest.py
diff options
context:
space:
mode:
Diffstat (limited to 'wintest/wintest.py')
-rw-r--r--wintest/wintest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/wintest.py b/wintest/wintest.py
index d10d0ad2ff..2a6da7d656 100644
--- a/wintest/wintest.py
+++ b/wintest/wintest.py
@@ -563,7 +563,7 @@ options {
return True
def set_noexpire(self, child, username):
- '''Ensure this user's password does not expire'''
+ """Ensure this user's password does not expire"""
child.sendline('wmic useraccount where name="%s" set PasswordExpires=FALSE' % username)
child.expect("update successful")
child.expect("C:")