atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

rest_client.py error on line 481 when values or keys are integers

Open 2ps opened this issue 11 months ago • 5 comments

We should use %, .format, or f-strings instead for situations when keys or values are integers, since + does not automatically type-convert for us.

2ps avatar Sep 09 '23 18:09 2ps