Commit caa2a4de authored by Tristan Gingold's avatar Tristan Gingold

commands.py: minor simplication.

No need to add modules while fetching, as modules are always added during
creation.
parent 227c7d49
...@@ -110,7 +110,6 @@ class Commands(Action): ...@@ -110,7 +110,6 @@ class Commands(Action):
if not mod.isfetched: if not mod.isfetched:
logging.debug("Appended to fetch queue: " logging.debug("Appended to fetch queue: "
+ str(mod.url)) + str(mod.url))
self._add(mod)
fetch_queue.append(mod) fetch_queue.append(mod)
else: else:
logging.debug("NOT appended to fetch queue: " logging.debug("NOT appended to fetch queue: "
......
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