aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-02-23 18:27:51 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-02-23 18:27:51 +0200
commit41043b3da2667930a27717442b459409d76f6e71 (patch)
tree504beeeeb3c182d053e158b2dfe1aa85f63a1d41
parentceb991b8edc75ce0b35261a80ce873e00fc42b88 (diff)
Fix pep8 E125/E128
E125 continuation line does not distinguish itself from next logical line E128 continuation line under-indented for visual indent Change-Id: I3b235981bdee84e4b52f52918987023db38e9a1b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--linaro_image_tools/hwpack/builder.py2
-rw-r--r--linaro_image_tools/hwpack/packages.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/linaro_image_tools/hwpack/builder.py b/linaro_image_tools/hwpack/builder.py
index d5fd20b..cc56083 100644
--- a/linaro_image_tools/hwpack/builder.py
+++ b/linaro_image_tools/hwpack/builder.py
@@ -62,7 +62,7 @@ class ConfigFileMissing(Exception):
class HardwarePackBuilder(object):
def __init__(self, config_path, version, local_debs, backports=False,
- out_name=None):
+ out_name=None):
try:
with open(config_path) as fp:
self.config = Config(fp, allow_unset_bootloader=True)
diff --git a/linaro_image_tools/hwpack/packages.py b/linaro_image_tools/hwpack/packages.py
index 440236a..a3578ec 100644
--- a/linaro_image_tools/hwpack/packages.py
+++ b/linaro_image_tools/hwpack/packages.py
@@ -479,7 +479,7 @@ class IsolatedAptCache(object):
"""
def __init__(self, sources, architecture=None, prefer_label=None,
- backports=False):
+ backports=False):
"""Create an IsolatedAptCache.
:param sources: a list of sources such that they can be prefixed
@@ -625,7 +625,7 @@ class PackageFetcher(object):
"""A class to fetch packages from a defined list of sources."""
def __init__(self, sources, architecture=None, prefer_label=None,
- backports=False):
+ backports=False):
"""Create a PackageFetcher.
Once created a PackageFetcher should have its `prepare` method