mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
- minor cleanup
This commit is contained in:
parent
08cfb45142
commit
de9843405d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user