Kaydet (Commit) 3201a9be authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

fix

üst 7b27c61d
......@@ -129,12 +129,12 @@ def removePackage(package=None):
fail(unicode(e))
finished("System.Manager.removePackage")
def updateRepository(repo=None):
def updateRepository(repository=None):
_init_pisi()
if repo:
if repository:
try:
notify("System.Manager.updatingRepo","%s" % repo)
pisi.api.update_repo(repo)
notify("System.Manager.updatingRepo","%s" % repository)
pisi.api.update_repo(repository)
pisi.api.finalize()
except KeyboardInterrupt:
cancelled()
......
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