Files
releases/openstack_releases/yamlutils.py
Joshua Harlow 167e228d27 Don't try to re-wrap things that already have newlines
When a string is found (and about to be output) that
already has newlines in it (say it was read in previously)
we shouldn't be trying to reformat that string when
writing it back out; so avoid doing this by searching for
existing newlines and not re-wrapping things when they
already exist.

Change-Id: Ic310677314172f46b360c90197539993eb5bcc99
2016-06-13 11:41:53 -07:00

4.0 KiB