Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from giunatale/master
Browse files Browse the repository at this point in the history
sterr -> stderr
  • Loading branch information
Giuseppe Natale authored Jul 16, 2019
2 parents 4e91b46 + d8eed81 commit d0a3fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jarvice_cli
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def _set_credentials(args):
config.update({'username': CParser.get('auth', 'username')})
config.update({'apikey': CParser.get('auth', 'apikey')})
else:
sys.sterr.write("username and apikey must be passed as arguments "
sys.stderr.write("username and apikey must be passed as arguments "
"or set in ~/.jarvice.cfg")
sys.exit(1)

Expand Down

0 comments on commit d0a3fd0

Please sign in to comment.