mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 18:26:15 +01:00
- fixed bug #412145 (typo)
This commit is contained in:
parent
6792642166
commit
5c062ea121
@ -1787,7 +1787,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
return 1
|
return 1
|
||||||
|
|
||||||
if len(args) == 2:
|
if len(args) == 2:
|
||||||
raise oscerr.WrongArgs('Missing argument: build description (spec of dsc file)')
|
raise oscerr.WrongArgs('Missing argument: build description (spec or dsc file)')
|
||||||
|
|
||||||
elif len(args) < 2:
|
elif len(args) < 2:
|
||||||
# we are going to raise an error for this, but first look up some helpful details:
|
# we are going to raise an error for this, but first look up some helpful details:
|
||||||
|
Loading…
Reference in New Issue
Block a user