Skip to content

Commit

Permalink
Fixed save_tender method
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jan 20, 2015
1 parent 162c1b8 commit d8b5b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openprocurement/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def save_tender(request):
request.errors.status = 422
except Exception, e:
request.errors.add('body', 'data', str(e))
finally:
else:
return True


Expand Down

0 comments on commit d8b5b27

Please sign in to comment.