Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant