Update frontend build scripts for pep257
This commit is contained in:
parent
159e287959
commit
2a75c6fcf6
4 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ def write_component(version, source):
|
|||
with open(VERSION_OUTPUT, 'w') as outp:
|
||||
print('Generating version file', VERSION_OUTPUT)
|
||||
outp.write(
|
||||
'""" DO NOT MODIFY. Auto-generated by update_mdi script """\n')
|
||||
'"""DO NOT MODIFY. Auto-generated by update_mdi script."""\n')
|
||||
outp.write('VERSION = "{}"\n'.format(version))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue