Try to fix unbound errors
This commit is contained in:
parent
67cf10d6f7
commit
315fa694cd
1 changed files with 1 additions and 1 deletions
|
@ -133,9 +133,9 @@ class RepoUpdater:
|
|||
logging.info("Updating packages for %s", repository)
|
||||
|
||||
for package in to_update:
|
||||
remote_name = self.config[repository][package]["kde"]
|
||||
if trigger_update(repository, package, self.token):
|
||||
remote_hash = to_update[package]
|
||||
remote_name = self.config[repository][package]["kde"]
|
||||
self._data[repository][remote_name] = remote_hash
|
||||
self.save_cache()
|
||||
updated.append((package, remote_name, remote_hash))
|
||||
|
|
Loading…
Add table
Reference in a new issue