Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Nov 23, 2023
1 parent 3410716 commit d28d095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/raw_analysis_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def reject_raw_analysis(self, item):
except:
db.session.rollback()
raise
return redirect(url_for('RawAnalysisView.list'))
except Exception as e:
log.error(e)
flash('Failed to reject analysis design', 'danger')
Expand Down

0 comments on commit d28d095

Please sign in to comment.