Commit 227c7d49 authored by Tristan Gingold's avatar Tristan Gingold

Minor rewrite.

parent eaac3690
......@@ -97,7 +97,7 @@ class Commands(Action):
new_modules.extend(module.modules[m])
return new_modules
fetch_queue = [m for m in self.manifests]
fetch_queue = self.manifests[:] # Need a copy of the list
while len(fetch_queue) > 0:
cur_mod = fetch_queue.pop()
......
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