Skip to content

Delete process data #1034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 3, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing error
  • Loading branch information
antgonza committed Apr 3, 2015
commit 2fa574ecec632a0472a662f9c6daa7649b4c2d43
2 changes: 1 addition & 1 deletion qiita_pet/handlers/study_handlers/description_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def delete_processed_data(self, study, user, callback):

try:
ProcessedData.delete(pd_id)
msg = ("Processed data %d has been deleted" % prep_template_id)
msg = ("Processed data %d has been deleted" % pd_id)
msg_level = "success"
pd_id = None
except Exception as e:
Expand Down