Skip to content

Conversation

boris-42
Copy link
Contributor

Asserts shall not be a part of production code, they are
stript if python is run with -o (optimization parameter)

Instead of assert use if and raise exceptions

Asserts shall not be a part of production code, they are
stript if python is run with -o (optimization parameter)

Instead of assert use if and raise exceptions
@gkorland gkorland requested a review from swilly22 December 26, 2020 19:17
@swilly22
Copy link
Contributor

Thank you!

@swilly22 swilly22 merged commit 3a1355c into RedisGraph:master Dec 26, 2020
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