2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

pip-install-fix

This commit is contained in:
Achilles Rasquinha 2018-01-31 11:12:59 +05:30
parent 025db09451
commit 1b2e7838ab
2 changed files with 3 additions and 0 deletions

View File

@ -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 *

View File

@ -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'))