1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- minor cleanup

This commit is contained in:
Marcus Hüwe 2009-09-04 01:11:41 +00:00
parent 08cfb45142
commit de9843405d

View File

@ -120,10 +120,7 @@ class Fetcher:
for i in buildinfo.deps:
i.makeurls(self.cachedir, self.urllist)
if os.path.exists(os.path.join(i.localdir, i.fullfilename)):
#print 'cached:', i.fullfilename
pass
else:
if not os.path.exists(os.path.join(i.localdir, i.fullfilename)):
self.dirSetup(i)
try:
# if there isn't a progress bar, there is no output at all