Skip to content

Commit

Permalink
fix depency check for skipped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim authored and Tim committed Jul 10, 2020
1 parent 4b2d990 commit 334c089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions motherlode/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def run_datasource_containers():
datasource["name"], log_nodes[0]["loading_finished_at"]
)
)
load_status[datasource["name"]] = 0
continue

container = docker_client.containers.run(
Expand Down

0 comments on commit 334c089

Please sign in to comment.