Skip to content

Fix missing comma in regex_patterns dict causing SyntaxError - #5

Open
Rishabhkumarx wants to merge 1 commit into
UndeadSec:mainfrom
Rishabhkumarx:fix-missing-comma-regex-dict
Open

Fix missing comma in regex_patterns dict causing SyntaxError#5
Rishabhkumarx wants to merge 1 commit into
UndeadSec:mainfrom
Rishabhkumarx:fix-missing-comma-regex-dict

Conversation

@Rishabhkumarx

Copy link
Copy Markdown

The regex_patterns dictionary in swaggerspy.py is missing a comma
after the 'JIRA Personal Access Token (PAT) Regex' entry, which causes
Python to implicitly concatenate it with the next dict key and raise
a SyntaxError when running the script.

This fix adds the missing comma so swaggerspy.py runs correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant