Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Invalid value for --source is not a valid boolean #41

Open
zodman opened this issue Sep 15, 2021 · 2 comments
Open

Invalid value for --source is not a valid boolean #41

zodman opened this issue Sep 15, 2021 · 2 comments

Comments

@zodman
Copy link
Contributor

zodman commented Sep 15, 2021

$ cat > Bakefile2 << EOF
ee:
   echo "done"

EOF
$ bake --debug -b Bakefile2  ee
 + cache.git.ok: true
 + cache.git.root: '/home/zodman/apps'
 + cache.enabled: true
 + cache.git.ok: true
 + cache.git.root: '/home/zodman/apps'
 + cache.enabled: true
 $ git config --local --list
 + Bakefile: Bakefile2
 + argv: []
 + environ: []

 + Executing ee:
 $ t=$(mktemp) && bake --source ee > ${t} && chmod +x ${t} && ${t} 2>&1 | sed >&2 's/^/ |  /' && EXIT="${PIPESTATUS[0]}" && rm -fr ${t} && exit ${EXIT}
Usage: bake [OPTIONS] [TASK] [ARGUMENTS]...

Error: Invalid value for '--source': 'ee' is not a valid boolean.
Task ee failed!

$ pip freeze | grep bake
bake-cli==0.12.0

@zodman
Copy link
Contributor Author

zodman commented Jan 13, 2022

wow! thanks

when release the patch ? @rednafi

@ghost
Copy link

ghost commented Jun 14, 2022

I'm also getting this - is a release with this fix planned?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant