Commit 04901db5 authored by Tristan Gingold's avatar Tristan Gingold

Adjust.

parent 15f18ae4
...@@ -186,4 +186,4 @@ class Action(object): ...@@ -186,4 +186,4 @@ class Action(object):
def __str__(self): def __str__(self):
"""Cast the module list as a list of strings""" """Cast the module list as a list of strings"""
return str([str(m) for m in self]) return str([str(m) for m in self.manifests])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment