Kaydet (Commit) a0733a0f authored tarafından Eray Özkural's avatar Eray Özkural

* fix: add repos at the end by default

üst 7f1ae5fa
......@@ -955,7 +955,7 @@ NB: We support only local files (e.g., /a/b/c) and http:// URIs at the moment
def options(self):
self.parser.add_option("", "--at", action="store",
type="int", default=False,
type="int", default=None,
help=_("add repository at given position (0 is first)"))
def run(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