1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-23 05:26:16 +01:00

- beautify

This commit is contained in:
Marcus Huewe 2010-11-26 14:51:07 +01:00
parent 955522f8e1
commit f77ab86010

View File

@ -746,7 +746,7 @@ class Osc(cmdln.Cmdln):
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
if subcmd == 'submitpac' and opts.no_cleanup == False:
if subcmd == 'submitpac' and not opts.no_cleanup:
opts.cleanup = True;
if opts.cleanup: