Kaydet (Commit) 95d11eac authored tarafından Ali Rıza Keskin's avatar Ali Rıza Keskin

ehuehue

üst 19c56d9a
......@@ -71,12 +71,6 @@ NB: We support only local files (e.g., /a/b/c) and http:// URIs at the moment
repository.add_repo(name, indexuri, ctx.get_option('at'))
if not ctx.get_option('no_fetch'):
try:
repository.update_repo(name)
except (inary.errors.Error, IOError):
warning = _("{0} repository could not be reached. Removing {0} from system.").format(name)
self.warn_and_remove(warning, name)
else:
self.help()
return
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