1
0
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:
Marcus Hüwe 2007-08-04 21:11:31 +00:00
parent 9921478c37
commit 4c136424fb

View File

@ -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():