clip-interrogator
clip-interrogator copied to clipboard
Split model name correctly
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.