Skip to content

Split model name correctly - #115

Open
SuperDoxin wants to merge 1 commit into
pharmapsychotic:mainfrom
SuperDoxin:patch-1
Open

Split model name correctly#115
SuperDoxin wants to merge 1 commit into
pharmapsychotic:mainfrom
SuperDoxin:patch-1

Conversation

@SuperDoxin

Copy link
Copy Markdown

String.split(..., 2) will split the string at most 2 times, resulting in a 3-tuple. Presumably the intent here was to have a 2-tuple at most, meaning the string gets split at most once.

`String.split(..., 2)` will split the string at most 2 times, resulting in a 3-tuple. Presumably the intent here was to have a 2-tuple at most, meaning the string gets split at most once.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant