[entropy.server.mirrors] fix typo in _move_files_over_from_upload()
This commit is contained in:
@@ -1969,6 +1969,7 @@ class Server(object):
|
||||
os.remove(dest_expiration)
|
||||
|
||||
# also move extra download files
|
||||
dbconn = self._entropy.open_repository(repository_id)
|
||||
package_id = dbconn.getPackageIdFromDownload(pkg_rel)
|
||||
extra_pkgs = []
|
||||
if package_id != -1:
|
||||
|
||||
Reference in New Issue
Block a user