Skip to content

Commit

Permalink
Linker lock refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Mar 20, 2020
1 parent 47b963f commit ea660da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def join(self):
self.inner.join()

def wait_until_something_was_done(self):
with self.some_task_done:
with self.lock:
self.some_task_done.wait()
return self.inner.unfinished_tasks

Expand Down

0 comments on commit ea660da

Please sign in to comment.