Closed israel-tk closed 6 years ago
BTW I suggest some CI to check that the code is compatible with Python 2 and 3 on every build. :)
Thanks for the PR, you are right.
Can we push a release 1.4.1?
Done
@israel-tk you are right now the most active dev using the script, do you have any feedback to share?
@pitbulk not right now, but will contact you whenever I have some! :)
A recent commit introduced some lines with
print "something"
like https://github.com/onelogin/onelogin-python-aws-assume-role/blob/master/src/onelogin/aws-assume-role/aws-assume-role.py#L215 which are not allowed in Python 3. Simply change it toprint("something")
.