Skip to content

Commit 1b36d1e

Browse files
committed
fixing flake8
1 parent fba813b commit 1b36d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/handlers/study_handlers/description_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def delete_prep_template(self, study, user, callback):
630630

631631
try:
632632
PrepTemplate.delete(prep_template_id)
633-
msg = ("Prep template %d has been deleted" % raw_data_id)
633+
msg = ("Prep template %d has been deleted" % prep_template_id)
634634
msg_level = "success"
635635
tab = 'study_information_tab'
636636
tab_id = None

0 commit comments

Comments
 (0)