From 5c63e8e1796f44a5d45af3f0cbbab338979fc35f Mon Sep 17 00:00:00 2001 From: Nishikesh Kardak <39300717+nishikeshKardak@users.noreply.github.com> Date: Sat, 16 Feb 2019 15:56:31 +0530 Subject: [PATCH] fix unexpected EOF while parsing --- validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator.py b/validator.py index 60c8203..3ea1d9e 100644 --- a/validator.py +++ b/validator.py @@ -10,7 +10,7 @@ parser.add_option("-t", "--test", dest="test", default=None, help="Path to test, or directory containing tests. " - "Directories will be recursively searched." + "Directories will be recursively searched.") parser.add_option("-v", "--verbose", dest="verbose", default=False, action="store_true",