added a note

This commit is contained in:
2021-10-27 12:12:07 +02:00
parent 6e261a496e
commit cf4009d402
+1 -1
View File
@@ -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