mirror of
https://github.com/frappe/bench.git
synced 2025-02-03 19:38:24 +00:00
spaces to tabs
This commit is contained in:
parent
872460bb2f
commit
708d104bfb
@ -16,6 +16,6 @@ from bench.app import add_to_excluded_appstxt
|
|||||||
@click.command('exclude-app')
|
@click.command('exclude-app')
|
||||||
@click.argument('app_name')
|
@click.argument('app_name')
|
||||||
def exclude_update(app_name):
|
def exclude_update(app_name):
|
||||||
"""Update bench"""
|
"""Update bench"""
|
||||||
add_to_excluded_appstxt(app_name)
|
add_to_excluded_appstxt(app_name)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user