From 3abfe92500040c498b318b09759863d0da6f8d82 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 16 Aug 2007 14:16:48 -0400 Subject: [PATCH] Fix indent issue. We're not done downloading packages at each and every package (: --- pypungi/gather.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pypungi/gather.py b/pypungi/gather.py index f8879bcf..be1d4790 100755 --- a/pypungi/gather.py +++ b/pypungi/gather.py @@ -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):