The following public method is not used: 'get_fetchable_modules'

parent f456fda5
......@@ -194,10 +194,6 @@ class Action(list):
env = Env(options)
self.env = env
def get_fetchable_modules(self):
"""Get list with the remote modules, i.e. those that can be fetched"""
return [m for m in self if m.source != fetch.LOCAL]
def __str__(self):
"""Cast the module list as a list of strings"""
return str([str(m) for m in self])
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