2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00

[Fixes] indent issue

This commit is contained in:
saurabh 2015-09-03 12:09:16 +05:30
parent 00d607a2be
commit 24012e3a4a

View File

@ -150,7 +150,7 @@ def switch_branch(branch, apps=None, bench='.', upgrade=False):
raise MajorVersionUpgradeException("Switching to {0} will cause upgrade from {1} to {2}. Pass --upgrade to confirm".format(branch, version_upgrade[1], version_upgrade[2]), version_upgrade[1], version_upgrade[2])
if not apps:
apps = ['frappe', 'erpnext']
apps = ['frappe', 'erpnext']
if branch=="v4.x.x":
apps.append('shopping_cart')