Skip to content

Update __init__.py#3

Open
maxtiger wants to merge 1 commit intoYam-cn:masterfrom
maxtiger:patch-1
Open

Update __init__.py#3
maxtiger wants to merge 1 commit intoYam-cn:masterfrom
maxtiger:patch-1

Conversation

@maxtiger
Copy link

No description provided.


def get_change_percentage(actual, prev):
if actual is None or prev is None or prev == 0:
raise Exception("Invalid values")

Choose a reason for hiding this comment

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

raise ValueError("Invalid values")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants