broamski / botomfa

[DEPRECATED] This project is no longer in active development. Please see https://github.com/broamski/aws-mfa
4 stars 2 forks source link

Config file detection #2

Closed broamski closed 9 years ago

broamski commented 9 years ago

If .boto is not present or empty the following exception is thrown:

Temporary credentials are missing grabbing them again
Traceback (most recent call last):
  File "/usr/bin/botomfa", line 22, in <module>
    botomfa.run(duration)
  File "build/bdist.linux-x86_64/egg/botomfa.py", line 103, in run
  File "build/bdist.linux-x86_64/egg/botomfa.py", line 29, in get_sts
  File "/usr/lib64/python2.7/os.py", line 473, in __setitem__
    putenv(key, item)
TypeError: must be string, not None
broamski commented 9 years ago

g2g