summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmat22
1 files changed, 1 insertions, 1 deletions
diff --git a/mat2 b/mat2
index 90203e5..7e166e4 100755
--- a/mat2
+++ b/mat2
@@ -100,7 +100,7 @@ def __print_meta(filename: str, metadata: dict, depth: int = 1):
100 100
101 101
102def clean_meta(filename: str, is_lightweight: bool, policy: UnknownMemberPolicy) -> bool: 102def clean_meta(filename: str, is_lightweight: bool, policy: UnknownMemberPolicy) -> bool:
103 if not __check_file(filename, os.R_OK|os.W_OK): 103 if not __check_file(filename, os.R_OK):
104 return False 104 return False
105 105
106 p, mtype = parser_factory.get_parser(filename) # type: ignore 106 p, mtype = parser_factory.get_parser(filename) # type: ignore