mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-02 17:56:15 +01:00
- parse_repoarchdescr: improved yet another error message
This commit is contained in:
parent
a8d0b948af
commit
e662fd815b
@ -5388,7 +5388,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
elif not arg_repository:
|
elif not arg_repository:
|
||||||
arg_repository = arg
|
arg_repository = arg
|
||||||
else:
|
else:
|
||||||
raise oscerr.WrongArgs('unexpected argument: \'%s\'' % arg)
|
raise oscerr.WrongArgs('\'%s\' is neither a build description nor a supported arch' % arg)
|
||||||
else:
|
else:
|
||||||
arg_repository, arg_arch, arg_descr = args
|
arg_repository, arg_arch, arg_descr = args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user