mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 09:38:23 +02:00
cleanup options
This commit is contained in:
@@ -140,6 +140,7 @@ def checkpoint_tiles(use_short=False): # pylint: disable=unused-argument
|
||||
return int(name) if name.isdigit() else name.lower()
|
||||
def alphanumeric_key(key):
|
||||
return [convert(c) for c in re.split('([0-9]+)', key)]
|
||||
print('HERE', len(checkpoints_list.values()))
|
||||
return sorted([x.title for x in checkpoints_list.values()], key=alphanumeric_key)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user