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:
parent
be2df795c9
commit
921b78d93c
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user