TypeError: str expected, not int #168
Open
Comments
|
I think It would be good to wrap it in a str() like its done at this point python-lambda/aws_lambda/aws_lambda.py Line 662 in aad2dad |
urandu
added a commit
to urandu/python-lambda
that referenced
this issue
Oct 20, 2019
this addresses this issue nficano#168
|
Here is the PR #270 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I get this
'str expected, not int'error that gets traced back to :This is because i have configured an int variable in my config.yaml, i.e.:
repeat: 100Would it be good to wrap
get_environment_variable_valueinstr()?The text was updated successfully, but these errors were encountered: