Skip to content

Commit

Permalink
Bug fix in active defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Apr 9, 2022
1 parent 0d37236 commit c17f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/airflow/airflow_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(
self.metaflow_parameters = None
_, self.graph_structure = self.graph.output_steps()
self.worker_pool = worker_pool
self.set_active = False
self.set_active = set_active

def _get_schedule(self):
# Using the cron presets provided here :
Expand Down

0 comments on commit c17f04a

Please sign in to comment.