Remove empty line break inserted into generated configs

This removes the unnecessary extra line break that
gen-oslo-openstack-helm creates at the top of each
file

Change-Id: I00803c63b2125b71e7f2740959f3de08026d9e57
This commit is contained in:
Alan Meadows 2017-04-13 17:16:04 -07:00
parent 5c45e879a2
commit fd2314f2bd

View File

@ -594,8 +594,7 @@ def generate(conf):
output_file = (open(conf.output_file, 'w')
if conf.output_file else sys.stdout)
output_file.write('''
# Copyright 2017 The Openstack-Helm Authors.
output_file.write('''# Copyright 2017 The Openstack-Helm Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.