1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

osc maintainer: hide verbose information if verbose is

not used
This commit is contained in:
Dirk Mueller 2009-11-17 21:48:46 +00:00
parent be2df795c9
commit 921b78d93c

View File

@ -3870,7 +3870,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
d = tree.find('devel')
prj = d.get('project', prj)
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)
tree = ET.parse(StringIO(''.join(m)))
if not tree.findall('person'):