commit | f5b1118bc99d74bcdaa205de60ba013be655ce51 | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Fri Oct 18 19:32:03 2013 -0400 |
committer | Monty Taylor <mordred@inaugust.com> | Fri Oct 18 19:32:03 2013 -0400 |
tree | a20e8d41ee52e46fd0d6d2aa82fa2223cf1ccb90 | |
parent | d211fa570da0761346292d7a93a81b25cba8d3f4 [diff] |
Add s to the end of format string Change-Id: I7dba1e9115cc266ca4baccde7a2c206aea0cadc7
diff --git a/jeepyb/cmd/manage_projects.py b/jeepyb/cmd/manage_projects.py index 66d0ca6..853dde2 100644 --- a/jeepyb/cmd/manage_projects.py +++ b/jeepyb/cmd/manage_projects.py
@@ -428,7 +428,7 @@ run_command("git init %s" % repo_path) git_command( repo_path, - "remote add origin %(remote_url)" % git_opts) + "remote add origin %(remote_url)s" % git_opts) with open(os.path.join(repo_path, ".gitreview"), 'w') as gitreview: