diff --git a/osc/commandline.py b/osc/commandline.py index 94faf076..2035ae5b 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -4524,6 +4524,8 @@ Please submit there instead, or use --nodevelproject to force direct submission. elif project: prj_dir = opts.output_dir if opts.output_dir else project + if not opts.output_dir and conf.config['checkout_no_colon']: + prj_dir = prj_dir.replace(':', '/') if sys.platform[:3] == 'win': prj_dir = prj_dir.replace(':', ';') if os.path.exists(prj_dir):