From 2bdf146fe9365e762f95dc58dd88f5813c5c0168 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 19 Jun 2015 10:26:20 +0300 Subject: coredata: fix bad-continuation Signed-off-by: Igor Gnatenko --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coredata.py') diff --git a/coredata.py b/coredata.py index 59702f7..4590550 100644 --- a/coredata.py +++ b/coredata.py @@ -110,7 +110,7 @@ forbidden_target_names = {'clean': None, 'test-valgrind': None, 'install': None, 'build.ninja': None, - } + } class MesonException(Exception): def __init__(self, *args, **kwargs): -- cgit v1.1