@@ -349,8 +349,6 @@ def _fetch_file_list():
break
else:
name = entry["name"]
if not name.endswith(".py"):
continue
for p in patterns:
p = p.rstrip("/")
if _match_pattern(name, p) or _match_pattern(entry["path"], p):
The note is not visible to the blocked user.