mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
![]() In each of these cases we have an un-escaped \n or \t that gets passed to a regex. That means that the regexes actually contain tabs or newlines, respectively. After this change an actual '\t' and '\n' are passed in instead. I have not tested this! I am writing this patch based on the assumption that /surely/ the original authors meant to pass in \t and \n to the regex and not actual tab or newline characters. |
||
---|---|---|
.. | ||
__init__.py | ||
ami-akis.yml | ||
ami.py | ||
boot.py | ||
connection.py | ||
ebs.py | ||
filesystem.py | ||
host.py | ||
initd.py | ||
network.py | ||
packages-kernels.yml | ||
packages.py | ||
tuning.py |