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

fix(release): syntax error

This commit is contained in:
Sahil Khan 2019-07-26 15:41:28 +05:30
parent 1c8115df16
commit 933d7a15b8

View File

@ -39,7 +39,7 @@ def release(bench_path, app, bump_type, from_branch, to_branch,
branches_to_update.update(config.get('branches_to_update'))
if config.get('releasable_branches'):
releasable_branches.extend(config.get('releasable_branches'),[])
releasable_branches.extend(config.get('releasable_branches',[]))
validate(bench_path, config)