mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-23 05:26:16 +01:00
- beautify
This commit is contained in:
parent
955522f8e1
commit
f77ab86010
@ -746,7 +746,7 @@ class Osc(cmdln.Cmdln):
|
|||||||
src_update = conf.config['submitrequest_on_accept_action'] or None
|
src_update = conf.config['submitrequest_on_accept_action'] or None
|
||||||
# we should check here for home:<id>:branch and default to update, but that would require OBS 1.7 server
|
# we should check here for home:<id>:branch and default to update, but that would require OBS 1.7 server
|
||||||
|
|
||||||
if subcmd == 'submitpac' and opts.no_cleanup == False:
|
if subcmd == 'submitpac' and not opts.no_cleanup:
|
||||||
opts.cleanup = True;
|
opts.cleanup = True;
|
||||||
|
|
||||||
if opts.cleanup:
|
if opts.cleanup:
|
||||||
|
Loading…
Reference in New Issue
Block a user