Skip to content

Commit e2437f0

Browse files
authored
Merge pull request #1741 from patricklatimer/fix-watchdog-email
Fix spelling of watchdog manifest email field
2 parents c3e1007 + 2d02430 commit e2437f0

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)