gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

GafferPy: GetExports operation __init__ expects a non-null get_exports #842

Closed j8934893 closed 4 years ago

j8934893 commented 4 years ago

The GafferPy operation GetExports init param "get_exports" defaults to 'None'. However, later in the init there is a for loop over the get_exports value, which fails for the default of 'None'.

Either the param should be made compulsory or the the init for loop should first check that get_exports is not None.

d47853 commented 4 years ago

Merged into develop