diff --git a/mat2 b/mat2 index e970d98f43feae75e6a035c2ab623e64ba1c7fa7..8bc08af397ef309f45d9ed25713e2d372d80608e 100755 --- a/mat2 +++ b/mat2 @@ -57,8 +57,8 @@ def create_arg_parser() -> argparse.ArgumentParser: ', '.join(p.value for p in UnknownMemberPolicy)) parser.add_argument('--inplace', action='store_true', help='clean in place, without backup') - parser.add_argument('--no-sandbox', dest='sandbox', action='store_true', - default=False, help='Disable bubblewrap\'s sandboxing') + parser.add_argument('--no-sandbox', dest='sandbox', action='store_false', + default=True, help='Disable bubblewrap\'s sandboxing') excl_group = parser.add_mutually_exclusive_group() excl_group.add_argument('files', nargs='*', help='the files to process',