From dde07a7054dbf9c446b8837fe7d7773129d0050b Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 17 Jan 2018 10:02:30 -0800 Subject: [PATCH] Fix grammar in exception Change-Id: Ifa70ce6bd6bade1441f0d34e5e0f83ba0c7f8f3a --- openstack_requirements/cmds/edit_constraint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_requirements/cmds/edit_constraint.py b/openstack_requirements/cmds/edit_constraint.py index bf02cc512e..68f619bb6e 100644 --- a/openstack_requirements/cmds/edit_constraint.py +++ b/openstack_requirements/cmds/edit_constraint.py @@ -44,7 +44,7 @@ def _validate_options(options, args): :param args: The args for this program. """ if len(args) < 2: - raise Exception("No enough arguments given") + raise Exception("Not enough arguments given") if not os.path.exists(args[0]): raise Exception( "Constraints file %(con)s not found."