tecosaur / DataToolkit.jl

Reproducible, flexible, and convenient data management
https://tecosaur.github.io/DataToolkit.jl
78 stars 4 forks source link

Repeated save file dialogue when using `make` #13

Closed jfb-h closed 5 months ago

jfb-h commented 5 months ago

When using make to build a derived dataset and choosing to insert the generated script as a file (f) instead of inline (i), the save file dialogue repeats indefinitely and the only option seems to abort the process.

tecosaur commented 5 months ago

Thanks for the bug report, I'm seeing the same problem. Let's see if it's quick fix :slightly_smiling_face:

tecosaur commented 5 months ago

It is! Fixed in https://github.com/tecosaur/DataToolkitCommon.jl/commit/e9f3b89c04cf0f1520b1937846135777073f0c1b

jfb-h commented 5 months ago

Thanks a lot!