mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-05 10:58:07 +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:
|
try:
|
||||||
f = urllib2.urlopen(u)
|
f = urllib2.urlopen(u)
|
||||||
except urllib2.HTTPError, e:
|
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
|
print >>sys.stderr, e
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user