summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-14 15:44:47 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-14 15:44:47 +0000
commit82366eddfc585a3179a897bf4b77385d71704294 (patch)
tree58abcc70c3166e49477f3e5571f3c49e6da8c885
parentba8ca5c057b46719688958bb5f197029c761a2c3 (diff)
downloadmorph-82366eddfc585a3179a897bf4b77385d71704294.tar.gz
fixup: line length in the artifacts helper
-rw-r--r--morphlib/plugins/ostree_artifacts_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/plugins/ostree_artifacts_plugin.py b/morphlib/plugins/ostree_artifacts_plugin.py
index 9aabcdd9..eedcd1e7 100644
--- a/morphlib/plugins/ostree_artifacts_plugin.py
+++ b/morphlib/plugins/ostree_artifacts_plugin.py
@@ -96,8 +96,8 @@ class OSTreeArtifactsPlugin(cliapp.Plugin):
try:
cache_key, kind, name = artifact.basename().split('.', 2)
if kind in ('system', 'stratum'):
- # System artifacts are quick to recreate now, and stratum
- # artifacts are still stored in the same way.
+ # System artifacts are quick to recreate now, and
+ # stratum artifacts are still stored in the same way.
continue
except ValueError:
# We must have metadata, which doesn't need converting