https://prefect.io logo
c

ciaran

01/22/2021, 4:58 PM
Turns out this was caused by me having `,`s at the end of each line, if someone finds parameters suddenly getting converted to tuples!
Copy code
with Flow("This is a test") as flow:
    path = Parameter(name="path", default="blah"),
    variable = Parameter(name="variable", default="blah"),
    source_crs = Parameter(name="source_crs", default="epsg:4326")
    dataset = open__file(path)
sigh it's Friday.
👀 1
n

nicholas

01/22/2021, 5:19 PM
Hi @ciaran could you un-delete this and add your comment as a thread message instead? Other users may run into this issue!
c

ciaran

01/22/2021, 5:19 PM
Sure, I'll write up what the issue was
n

nicholas

01/22/2021, 5:19 PM
Much appreciated 🙏