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:
parent
5c45e879a2
commit
fd2314f2bd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user