nccgroup / opinel

Python code shared by Scout2 and AWS-Recipes
GNU General Public License v2.0
24 stars 18 forks source link

Fix bug where mfa serial wasnt used when passed via cli #1

Closed bhollemb closed 9 years ago

bhollemb commented 9 years ago

Fixes an issue where the mfa serial was not used when passed in as a command line parameter. Going forward, if mfa_serial is specified via command line parameter, it will override all other mfa_serial numbers found (for instance, mfa_serial found in the csv file will be ignored in favor of the command line parameter).

l01cd3v commented 9 years ago

This should have been fixed in commit 3a0d5e6. Can you please confirm?

bhollemb commented 9 years ago

Looks good to me.