debug message for downloads
This commit is contained in:
parent
10d58eafb5
commit
83b602979f
1 changed files with 1 additions and 0 deletions
|
|
@ -1270,6 +1270,7 @@ class BaseTaskHandler(object):
|
|||
|
||||
If the file is on an nfs mount, use that, otherwise download a copy"""
|
||||
if options.topurl:
|
||||
self.logger.debug("Downloading %s", relpath)
|
||||
url = "%s/%s" % (options.topurl, relpath)
|
||||
fsrc = urllib2.urlopen(url)
|
||||
fn = "%s/local/%s" % (self.workdir, relpath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue