Skip to content

Commit 04d81a8

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

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
@@ -1264,7 +1264,7 @@ def edit_metadata_enum(self):
12641264
return
12651265

12661266
# Get current value
1267-
current_value = self.decode_field(field)
1267+
current_value = field.contents()
12681268

12691269
# Create a dialog with enum options
12701270
dialog = QDialog(self)

0 commit comments

Comments
 (0)