1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-28 02:36:15 +01:00

Merge branch 'fix_broken_caller_logic_for_getbinaries' of https://github.com/lethliel/osc

Fix "--quiet" option in do_getbinaries.
This commit is contained in:
Marcus Huewe 2019-05-16 16:45:14 +02:00
commit 6fe6dbc724

View File

@ -7289,7 +7289,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
package = pac,
target_filename = fname,
target_mtime = i.mtime,
progress_meter = opts.quiet)
progress_meter = not opts.quiet)
@cmdln.option('-b', '--bugowner', action='store_true',