when the passed arguments are not what is expected, the error message is not terribly helpful
$ python irods/client_init.py abc
did not recognize authentication scheme argument
or when empty...
$ python irods/client_init.py
Traceback (most recent call last):
File "/Users/tgr/dev/pybinaryinpypi/python-irodsclient/irods/client_init.py", line 39, in <module>
if sys.argv[1] in vector:
~~~~~~~~^^^
IndexError: list index out of range
when the passed arguments are not what is expected, the error message is not terribly helpful
or when empty...