to do → todo
This commit is contained in:
parent
edcd580d12
commit
59bf483160
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class GeometryMixin(SerializableMixin):
|
||||||
@classmethod
|
@classmethod
|
||||||
@contextmanager
|
@contextmanager
|
||||||
def dont_keep_originals(cls):
|
def dont_keep_originals(cls):
|
||||||
# to do: invert this and to no_orig being True by default
|
# todo: invert this and to no_orig being True by default
|
||||||
cls.no_orig = True
|
cls.no_orig = True
|
||||||
yield
|
yield
|
||||||
cls.no_orig = False
|
cls.no_orig = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue