Skip to content

Commit 2d02430

Browse files
Fix spelling of watchdog manifest email field
1 parent c3e1007 commit 2d02430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/foraging_gui/Foraging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7299,7 +7299,7 @@ def _generate_upload_manifest(self):
72997299
"schedule_time": schedule_time,
73007300
"project_name": self.Metadata_dialog.ProjectName.currentText(),
73017301
"script": {},
7302-
"user_email": sci_email
7302+
"upload_notification_email": sci_email
73037303
}
73047304

73057305
# Define filename of manifest

0 commit comments

Comments
 (0)