DOC: Change in default in 0.3.0 ?
hmgaudecker opened this issue · 2 comments
hmgaudecker commented
Seems like with 0.3.0, explicitly running
$ pytask .
is required as opposed to
$ pytask
I could not find the change in behavior in the changelog, maybe I was too quick?
hmgaudecker commented
Just in case, this is what is happening in the common way to invoke pytask on two different machines, different projects
$ pytask
──────────────────────────────────────────────────────────────── Start pytask session ────────────────────────────────────────────────────────────────
Platform: linux -- Python 3.10.8, pytask 0.3.0, pluggy 1.0.0
Root: /home/hmg/econ/ose/screencasts
Plugins: markdown-0.1.dev5+g4c545b7, parallel-0.3.0, latex-0.3.0
Collected 0 tasks.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
╭─────── Summary ────────╮
│ 0 Collected tasks │
╰────────────────────────╯
────────────────────────────────────────────────────────────── Succeeded in 0.0 seconds ──────────────────────────────────────────────────────────────
hmgaudecker commented
Ah, maybe not a documentation issue but related to #337?