mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
fix error message in meta_get_filelist()
This commit is contained in:
parent
93c8689202
commit
7f592638be
@ -758,7 +758,7 @@ def meta_get_filelist(prj, package):
|
||||
try:
|
||||
f = urllib2.urlopen(u)
|
||||
except urllib2.HTTPError, e:
|
||||
print >>sys.stderr, 'error getting filelist for project \'%s\' package \'%s\'' % (prj, pac)
|
||||
print >>sys.stderr, 'error getting filelist for project \'%s\' package \'%s\'' % (prj, package)
|
||||
print >>sys.stderr, e
|
||||
sys.exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user