Skip to content

Commit

Permalink
Fix derivative archive task name
Browse files Browse the repository at this point in the history
  • Loading branch information
tkkuehn committed Aug 29, 2023
1 parent fa5dfec commit 0802916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobidsportal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class Task(db.Model):
"update_heuristics",
"archive_raw_data",
"gradcorrect_study",
"archive_derived_data",
"archive_derivative_data",
)

id = db.Column(db.String(36), primary_key=True)
Expand Down

0 comments on commit 0802916

Please sign in to comment.