We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8d354 commit cf0f6fcCopy full SHA for cf0f6fc
gguf-py/gguf/scripts/gguf_editor_gui.py
@@ -593,7 +593,7 @@ def bulk_edit_selected(self):
593
buttons.rejected.connect(dialog.reject)
594
layout.addWidget(buttons)
595
596
- if dialog.exec_() == QDialog.DialogCode.Accepted:
+ if dialog.exec() == QDialog.DialogCode.Accepted:
597
# Get the selected value
598
new_value = combo.currentData()
599
enum_val = self.enum_type(new_value)
0 commit comments