diff --git a/slic/core/adjustable/adjustable.py b/slic/core/adjustable/adjustable.py index 96ad75a13..d7c5258a0 100644 --- a/slic/core/adjustable/adjustable.py +++ b/slic/core/adjustable/adjustable.py @@ -6,7 +6,7 @@ from .convenience import SpecConvenience class Adjustable(BaseAdjustable, TaskProducer, SpecConvenience): - stop = None + stop = None #TODO: might be better to make this callable def __init__(self, ID, name=None, units=None, internal=False): self.ID = ID