Skip to content

Commit b021fd9

Browse files
Update gguf-py/gguf/scripts/gguf_editor_gui.py
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 0349aa9 commit b021fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gguf-py/gguf/scripts/gguf_editor_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ def edit_array_metadata(self):
13311331

13321332
# Open array editor dialog
13331333
dialog = ArrayEditorDialog(array_values, element_type, key, self)
1334-
if dialog.exec_() == QDialog.DialogCode.Accepted:
1334+
if dialog.exec() == QDialog.DialogCode.Accepted:
13351335
new_values = dialog.get_array_values()
13361336

13371337
# Store the change

0 commit comments

Comments
 (0)