diff --git a/osc/commandline.py b/osc/commandline.py index d54a46fe..a14ea93e 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3774,7 +3774,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if opts.offset: offset = offset - int(opts.offset) else: - offset = offset - ( 4 * 1024 ) + offset = offset - ( 8 * 1024 ) if offset < 0: offset=0 elif opts.offset: @@ -3847,7 +3847,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if opts.offset: offset = offset - int(opts.offset) else: - offset = offset - ( 4 * 1024 ) + offset = offset - ( 8 * 1024 ) if offset < 0: offset=0 elif opts.offset: