-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Line 60 in 8564793
| '.ps', '.bat', '.vb', '.vbs' # windows based scripts |
Line 61 in 8564793
| '.awk', '.sh', '.cgi', '.pl', '.ada', '.swift', # linux/mac based scripts |
There is a missing colon between '.vbs' and '.awk'. This is not a syntax error, since python will concatenate them to ".vbs.awk", which is not a common file extension.
Metadata
Metadata
Assignees
Labels
No labels