Skip to content
Snippets Groups Projects
Commit 613e8a39 authored by Brian Warner's avatar Brian Warner
Browse files

fix another typo, "sys.stderr" not "sys.stederr"

parent 3d1b56ec
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ def main():
credentialsfile.close()
#if you can't open the file for editing, bail
except IOError:
sys.stederr.write('Unable to open credentials.yaml to write out' +
sys.stderr.write('Unable to open credentials.yaml to write out' +
' credentials. Either create credentials.yaml manually or' +
' ensure the test process has permission to create the file.\n')
exit(1)
......
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