A single character is allowed

main
bashrc 2026-04-26 14:12:31 +01:00
parent f5cb817d40
commit feb9b3e1ff
1 changed files with 1 additions and 1 deletions

View File

@ -4146,7 +4146,7 @@ def check_bad_path(path: str):
if '%' in path:
sections = path.split('%')
if len(sections) > 1:
if len(sections) > 2:
return True
bad_strings = [