Skip to content
Snippets Groups Projects
Commit 7ebda6ca authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

Allow _ in array names

parent e3756854
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def verify_mnh_expand(path):
the instruction will no be checked
- one-line version of IF or WHERE statement are really on one line (no continuation line)
"""
lhschar = b'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890(:)%, \t'
lhschar = b'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_(:)%, \t'
if os.path.isdir(path):
logging.info("Enters directory: " + path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment