summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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