Skip to content

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

@zodman

Description

@zodman
$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions