You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
Not only is this over-complicated, but it causes bugs when one of those cases is missed (#870).
Fishbowl does not have this issue due to the nature of it having no error checking and presuming everything is json.
@sw96411 suggested an improvement on #890 (comment) which is more pythonic, easier to read and less bug prone.
The text was updated successfully, but these errors were encountered:
Currently in the Gafferpy codebase there is a non-pythonic pattern of processing operation parameters by doing something like this:
gaffer-tools/python-shell/src/gafferpy/gaffer_operations.py
Lines 2381 to 2388 in bbf0634
Not only is this over-complicated, but it causes bugs when one of those cases is missed (#870).
Fishbowl does not have this issue due to the nature of it having no error checking and presuming everything is json.
@sw96411 suggested an improvement on #890 (comment) which is more pythonic, easier to read and less bug prone.
The text was updated successfully, but these errors were encountered: