bootstrap-vz/bootstrapvz/common
Veli-Matti Lintu 68d7ddb307 Commit 701678c9 changes print statements to print functions with end=' '.
As the printed strings contain newlines, this causes a space to be written
as the first character of the following line causing them to be indented.

An example config that is broken. Here disabling modules indents all the
other lines of cloud.cfg except the first one causing the username name
setting to fail as it expects indenting to be certain number of spaces.

plugins:
  cloud_init:
    metadata_sources: Ec2
    username: admin
    disable_modules:
      - locale
      - mounts

This commit removes the spaces by specifying end=''.
2018-06-13 13:20:05 +03:00
..
assets remove init.d file for squeeze 2018-02-10 03:27:59 +00:00
fs pylint E1101(no-member) 2018-02-25 09:34:12 +00:00
tasks Merge pull request #471 from CMeza99/pylint+imports 2018-06-07 22:09:33 +02:00
__init__.py PEP8 fixes 2014-04-27 11:05:53 -03:00
bytes.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
exceptions.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
fsm_proxy.py pylint len-as-condition 2018-02-19 00:31:12 -08:00
phases.py common: Add a validation phase 2016-09-11 22:05:22 +02:00
releases.py pylint W0406(import-self) 2018-02-25 08:37:24 +00:00
sectors.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
task_groups.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
tools.py Commit 701678c9 changes print statements to print functions with end=' '. 2018-06-13 13:20:05 +03:00