Skip to content
Snippets Groups Projects
Commit 4d016848 authored by Eduardo Vudala Senoski's avatar Eduardo Vudala Senoski
Browse files

teste

parent 8a815110
Branches
No related tags found
No related merge requests found
......@@ -62,6 +62,5 @@ with DAG(
# Chain operators
if len(ops) > 0:
for i in range(1, len(ops) - 1):
for i in range(len(ops) - 1):
ops[i] >> ops[i + 1]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment