Emergency fix for missing newline in stripped user-data
This commit is contained in:
parent
7d1cc52227
commit
96a34e2c45
@ -60,7 +60,7 @@ def include_raw_gz(context, files=None, gz=True, remove_comments=False):
|
|||||||
if re.match(_re, curline):
|
if re.match(_re, curline):
|
||||||
logger.debug("Removed {}".format(curline))
|
logger.debug("Removed {}".format(curline))
|
||||||
else:
|
else:
|
||||||
stripped_output = stripped_output + curline
|
stripped_output = stripped_output + curline + '\n'
|
||||||
|
|
||||||
output = stripped_output
|
output = stripped_output
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user