mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-16 02:26:13 +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:
commit
6fe6dbc724
@ -7289,7 +7289,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
package = pac,
|
package = pac,
|
||||||
target_filename = fname,
|
target_filename = fname,
|
||||||
target_mtime = i.mtime,
|
target_mtime = i.mtime,
|
||||||
progress_meter = opts.quiet)
|
progress_meter = not opts.quiet)
|
||||||
|
|
||||||
|
|
||||||
@cmdln.option('-b', '--bugowner', action='store_true',
|
@cmdln.option('-b', '--bugowner', action='store_true',
|
||||||
|
Loading…
Reference in New Issue
Block a user