Skip to content

Commit

Permalink
Merge branch 'master' of github.com:votchallenge/vot-toolkit-python
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacu committed May 30, 2023
2 parents c65676a + 73dcbba commit 3b961f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vot/tracker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def __init__(self, runtime: TrackerRuntime):
"""

super().__init__(runtime.tracker)
if self._runtime.multiobject:
if runtime.multiobject:
self._runtime = runtime
else:
self._runtime = [runtime]
Expand Down

0 comments on commit 3b961f3

Please sign in to comment.