1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01: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,6 +3870,7 @@ 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)
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)))