Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
jdavcs and nsoranzo authored Jan 14, 2025
1 parent 86d046e commit ea87adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup_datasets/admin_cleanup_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def administrative_delete_datasets(
hda.deleted = True
app.sa_session.add(hda)
print(f"Marked HistoryDatasetAssociation id {hda.id} as deleted")
app.session().commit()
app.sa_session().commit()

emailtemplate = Template(filename=template_file)
for email, dataset_list in user_notifications.items():
Expand Down

0 comments on commit ea87adf

Please sign in to comment.