mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-05 19:00:56 +01:00
osc maintainer: hide verbose information if verbose is
not used
This commit is contained in:
parent
be2df795c9
commit
921b78d93c
@ -3870,7 +3870,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
d = tree.find('devel')
|
d = tree.find('devel')
|
||||||
prj = d.get('project', prj)
|
prj = d.get('project', prj)
|
||||||
pac = d.get('package', pac)
|
pac = d.get('package', pac)
|
||||||
print "Following to the development space:", prj, "/", pac
|
if opts.verbose:
|
||||||
|
print "Following to the development space:", prj, "/", pac
|
||||||
m = show_package_meta(conf.config['apiurl'], prj, pac)
|
m = show_package_meta(conf.config['apiurl'], prj, pac)
|
||||||
tree = ET.parse(StringIO(''.join(m)))
|
tree = ET.parse(StringIO(''.join(m)))
|
||||||
if not tree.findall('person'):
|
if not tree.findall('person'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user