datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Suprious `subdataset` output #373

Closed mih closed 1 year ago

mih commented 1 year ago
❯ datalad gooey -p /tmp
subdataset(ok): gooey (dataset)
...

On startup. Not sure where this is from.

mih commented 1 year ago

Happens only when CWD is in a dataset, trigger on

from .app import GooeyApp, QApplication

turns out to be a bug in core's run_procedure() https://github.com/datalad/datalad/issues/7091

Closing, because not a bug in gooey.