Skip to content

Commit

Permalink
fix including error message for bad osf data
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed May 17, 2021
1 parent a80e85f commit 72f0629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/normalizeddata/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def create(self, request, *args, **kwargs):
'method': request.method,
'user': request.user,
},
}, extra={
'error': str(e),
})
raise
Expand Down

0 comments on commit 72f0629

Please sign in to comment.