mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +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
|
||||
|
||||
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:
|
||||
# we are going to raise an error for this, but first look up some helpful details:
|
||||
|
Loading…
Reference in New Issue
Block a user