mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
use a summary for post rebase form generation
This commit is contained in:
parent
6004e588da
commit
6209e84ba6
@ -12,4 +12,4 @@ os.chdir(base)
|
|||||||
action = [x.decode('utf-8') if isinstance(x, bytes) else x for x in sys.argv[1:]][0]
|
action = [x.decode('utf-8') if isinstance(x, bytes) else x for x in sys.argv[1:]][0]
|
||||||
|
|
||||||
if action == 'rebase':
|
if action == 'rebase':
|
||||||
subprocess.check_call(['./setup.py', 'gui'])
|
subprocess.check_call(['./setup.py', 'gui', '--summary'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user