summaryrefslogtreecommitdiff
path: root/morphlib/plugins/system_manifests_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/system_manifests_plugin.py')
-rw-r--r--morphlib/plugins/system_manifests_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/plugins/system_manifests_plugin.py b/morphlib/plugins/system_manifests_plugin.py
index 8e14d2eb..959e3f45 100644
--- a/morphlib/plugins/system_manifests_plugin.py
+++ b/morphlib/plugins/system_manifests_plugin.py
@@ -81,8 +81,8 @@ class SystemManifestsPlugin(cliapp.Plugin):
'Usage: morph generate-manifest-csv REPO REF MORPH...')
repo, ref = args[0], args[1]
- system_filenames = map(morphlib.util.sanitise_morphology_path,
- args[2:])
+ system_filenames = list(map(morphlib.util.sanitise_morphology_path,
+ args[2:]))
self.lrc, self.rrc = morphlib.util.new_repo_caches(self.app)
self.resolver = morphlib.artifactresolver.ArtifactResolver()