Skip to content
Snippets Groups Projects
Commit e12c19d5 authored by David Hammer's avatar David Hammer
Browse files

Fix typo

parent 97d8e93f
No related branches found
No related tags found
1 merge request!12Snapshot: field test deployed version as of end of run 202201
...@@ -611,7 +611,7 @@ class BaseCalcatFriend: ...@@ -611,7 +611,7 @@ class BaseCalcatFriend:
# TODO: warn user about all the things that go wrong # TODO: warn user about all the things that go wrong
def aux(): def aux():
with self.api_lock: with self.api_lock:
data = self.get_overriden_constant_version(constant) data = self.get_overridden_constant_version(constant)
callback(constant, data) callback(constant, data)
thread = threading.Thread(target=aux) thread = threading.Thread(target=aux)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment