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.pull/9134/head
parent
39a92c74e8
commit
9eac9e0ff2
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue