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

Merge pull request #2377 from graingert/patch-5

thanks!
parents 1c40039e 3d6c64c6
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('Unalbe to open credentials.yaml to write out' +
sys.stederr.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