1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-04 03:55:28 +00:00
This commit is contained in:
Alex Xu
2026-05-18 09:25:16 -07:00
committed by GitHub
parent 54e6546342
commit f31ae43b34
+1 -1
View File
@@ -1825,7 +1825,7 @@ class KCCGUI_MetaEditor(KCC_ui_editor.Ui_editorDialog):
if not volumes:
return None, 'No valid volume numbers parsed'
if len(volumes) != fileCount:
return None, f'Volume count ({len(volumes)}) file count ({fileCount})'
return None, f'Volume count ({len(volumes)}) != file count ({fileCount})'
return volumes, None