mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 10:16:14 +01:00
fix for "osc prjconf <project> -e".
This commit is contained in:
parent
9921478c37
commit
4c136424fb
@ -1057,10 +1057,7 @@ def meta_exists(metatype,
|
||||
else:
|
||||
print >>sys.stderr, 'error getting metadata for type \'%s\' at URL \'%s\':' \
|
||||
% (metatype, url)
|
||||
if data:
|
||||
return data
|
||||
else:
|
||||
return None
|
||||
return data
|
||||
|
||||
def make_meta_url(metatype, path_args=None):
|
||||
if metatype not in metatypes.keys():
|
||||
|
Loading…
Reference in New Issue
Block a user