1
0
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:
Marcus Hüwe 2008-07-25 10:19:32 +00:00
parent 6792642166
commit 5c062ea121

View File

@ -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: