Update frontend build scripts for pep257

This commit is contained in:
Paulus Schoutsen 2016-03-12 10:52:48 -08:00
parent 159e287959
commit 2a75c6fcf6
4 changed files with 4 additions and 4 deletions

View file

@ -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))