MarketSquare / robotframework-aws

Custom Library for Robot Framework to interact with Amazon Cloud Services
MIT License
25 stars 21 forks source link

`Create Session With Profile` keyword only logs region #13

Closed adrianyorke closed 4 years ago

adrianyorke commented 4 years ago

Create Session With Profile keyword only logs region, should also log profile.

adrianyorke commented 4 years ago

I can take this one if nobody else has started work on a fix?

adrianyorke commented 4 years ago

@teaglebuilt please merge if you are happy with this small change. I decided to use f string syntax as I see you are using across the code base already. You are not consistently using f string though, I also found ".format()" and "%" syntax so we should update all of these to f string now. This does mean that the minimum Python version supported is 3.6. I think this is fine now we are in January 2020.