mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
pip-install-fix
This commit is contained in:
parent
025db09451
commit
1b2e7838ab
@ -3,3 +3,5 @@ include *.py
|
||||
recursive-include bench *.conf
|
||||
recursive-include bench *.py
|
||||
recursive-include bench *.txt
|
||||
recursive-include bench *.json
|
||||
recursive-include bench/templates *
|
||||
|
@ -792,3 +792,4 @@ def run_playbook(playbook_name, extra_vars=None, tag=None):
|
||||
args.extend(['-t', tag])
|
||||
|
||||
subprocess.check_call(args, cwd=os.path.join(os.path.dirname(bench.__path__[0]), 'playbooks'))
|
||||
|
Loading…
Reference in New Issue
Block a user