rsplit(..., 1) always produces exactly one split, by design, there's no
need to then join a 1-element list via a generator comprehension after
extracting the end of it via pop. If this commit message sounds
confusing, then so was I when trying to figure out what this actually
did and if it needed extracting to PythonExternalModule.
(cherry picked from commit 9eac9e0ff2
)
0.59
parent
d6ff099aea
commit
d449adad63
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue