Commit 0fc2a5b8 authored by William Kamp's avatar William Kamp

Fix extra left bracket.

parent 8ce032de
......@@ -106,7 +106,7 @@ class Git(Fetcher):
logging.info("Fetching git module {}".format(mod_path))
cmd = "(cd {0} && git pull --ff-only)"
cmd = cmd.format(module.path, checkout_id)
logging.info(("Executing {}".format(cmd))
logging.info("Executing {}".format(cmd))
if os.system(cmd) != 0:
return False
......
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