Skip to content

Fix not implemented error

Arturo Herrero requested to merge fix-not-implemented-error into master

What does this MR do?

This fixes not implemented error in a couple of places.

> raise NotImplemented
NameError: uninitialized constant NotImplemented

Merge request reports