Skip to content

Commit 32b183a

Browse files
committed
adopt key convention
1 parent 5334391 commit 32b183a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ulc_mm_package/QtGUI/study_metadata_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def check_required(self):
179179
self.btn_start.setEnabled(False)
180180

181181
def get_form_input(self):
182-
result = {"study_id": self.config_data["study_description"]["id"]}
182+
result = {"study_id": self.config_data["study_description"]["key"]}
183183
errors = []
184184
for name, (widget, field) in self._widgets.items():
185185
t = field["datatype"]

0 commit comments

Comments
 (0)