Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

added try/except block so that method handles errors more sanely #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xnopasaranx
Copy link
Member

No description provided.

Copy link
Member

@phorward phorward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is useful because I made this fix several times in various projects already.
It seems that there is something wrong with the data, obviously from database transfers to new projects.
The problem won't exist anymore with ViUR 3.0 IMHO, due there is no more blobstore available.

Comment on lines +468 to +470
except Exception as e:
# logging.exception(e)
raise e
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see no reason for this. Can you remove it?

Copy link
Member

@sveneberth sveneberth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG.md update?😃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants