diff options
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |