Fix indent issue. We're not done downloading packages at each and every package (:

This commit is contained in:
Jesse Keating 2007-08-16 14:16:48 -04:00 committed by Jesse Keating
parent 0a7c6f4683
commit 3abfe92500
1 changed files with 2 additions and 1 deletions

View File

@ -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):