Skip to content

Commit f9c0ca1

Browse files
committed
fixing flake8
1 parent 656128f commit f9c0ca1

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
@@ -716,7 +716,7 @@ def delete_preprocessed_data(self, study, user, callback):
716716
PreprocessedData.delete(ppd_id)
717717
msg = ("Preprocessed data %d has been deleted" % ppd_id)
718718
msg_level = "success"
719-
pd_id = None
719+
ppd_id = None
720720
except Exception as e:
721721
msg = ("Couldn't remove preprocessed data %d: %s" %
722722
(ppd_id, str(e)))

0 commit comments

Comments
 (0)