coredata: fix bad-continuation
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
ef1c6830cc
commit
2bdf146fe9
|
@ -110,7 +110,7 @@ forbidden_target_names = {'clean': None,
|
||||||
'test-valgrind': None,
|
'test-valgrind': None,
|
||||||
'install': None,
|
'install': None,
|
||||||
'build.ninja': None,
|
'build.ninja': None,
|
||||||
}
|
}
|
||||||
|
|
||||||
class MesonException(Exception):
|
class MesonException(Exception):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue