2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

spaces to tabs

This commit is contained in:
shridhar 2017-12-12 17:52:26 +05:30 committed by Shridhar
parent 872460bb2f
commit 708d104bfb

View File

@ -16,6 +16,6 @@ from bench.app import add_to_excluded_appstxt
@click.command('exclude-app')
@click.argument('app_name')
def exclude_update(app_name):
"""Update bench"""
add_to_excluded_appstxt(app_name)
return
"""Update bench"""
add_to_excluded_appstxt(app_name)
return