Fix indent issue. We're not done downloading packages at each and every package (:
This commit is contained in:
parent
0a7c6f4683
commit
3abfe92500
@ -326,7 +326,8 @@ class Gather(pypungi.PungiBase):
|
||||
shutil.copy2(path, local)
|
||||
|
||||
os.link(local, os.path.join(pkgdir, os.path.basename(remote)))
|
||||
self.logger.info('Finished downloading packages.')
|
||||
|
||||
self.logger.info('Finished downloading packages.')
|
||||
|
||||
|
||||
def downloadSRPMs(self):
|
||||
|
Loading…
Reference in New Issue
Block a user