mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
447881a0e0
I confirmed that `add_version(...)` itself calls `str(...)` on the argument that `things_version` is passed in to under both the Python 2.7 and Python 3.6 version of the library so this is unnecessary here. This results in an empty diff in py3 tests output.
2 lines
61 B
Plaintext
2 lines
61 B
Plaintext
Cleanup casting to string for better Python 3 compatibility.
|