use one line
This commit is contained in:
parent
cef9cd3cfc
commit
2a825310ea
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ def copy_license():
|
|||
|
||||
def create_api_json_schema():
|
||||
outfile = os.path.join(DIST_DIR, 'electron-api.json')
|
||||
execute(['electron-docs-linter',
|
||||
'--outfile={0}'.format(outfile)])
|
||||
execute(['electron-docs-linter', '--outfile={0}'.format(outfile)])
|
||||
|
||||
def strip_binaries():
|
||||
for binary in TARGET_BINARIES[PLATFORM]:
|
||||
|
|
Loading…
Reference in a new issue