From e57ebf844259c1c5466024d2cae5fc69c91eb0bc Mon Sep 17 00:00:00 2001 From: kroy-the-rabbit Date: Fri, 8 May 2020 17:02:36 -0500 Subject: T2441: Fix parse error --- src/validators/timezone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validators/timezone b/src/validators/timezone index 7e4534b57..baf5abca2 100755 --- a/src/validators/timezone +++ b/src/validators/timezone @@ -29,5 +29,5 @@ if __name__ == '__main__': tz_data = tz_data.split('\n') if args.validate not in tz_data: - sys.exit("the timezone can't be found in the timezone list') + sys.exit("the timezone can't be found in the timezone list") sys.exit() -- cgit v1.2.3