diff options
| -rwxr-xr-x | mat2 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -100,7 +100,7 @@ def __print_meta(filename: str, metadata: dict, depth: int = 1): | |||
| 100 | 100 | ||
| 101 | 101 | ||
| 102 | def clean_meta(filename: str, is_lightweight: bool, policy: UnknownMemberPolicy) -> bool: | 102 | def 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 |
