In python 3.8 I started getting a few warnings for "is" to compare strings, e.g. https://github.com/darafferty/LSMTool/blob/3fddc7c7affe08851e6c369492b7666e7eac09b3/lsmtool/operations/compare.py#L309
In python 3.8 I started getting a few warnings for "is" to compare strings, e.g.
LSMTool/lsmtool/operations/compare.py
Line 309 in 3fddc7c