diff options
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r-- | mesonbuild/mconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index dfdcb94..c921409 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -231,7 +231,7 @@ def run(args): except ConfException as e: print('Meson configurator encountered an error:\n') print(e) - return(1) + return 1 return 0 if __name__ == '__main__': |