Skip to content

Conversation

@gubrynka
Copy link

@zamber ready to review

regex_rule = re.compile(search_rule)
res = regex_rule.findall(content)
print(res)
except FileNotFoundError as e:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

F821 undefined name 'FileNotFoundError'

print(res)
except FileNotFoundError as e:
print("FileNotFoundError: " + str(e))
except PermissionError:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

F821 undefined name 'PermissionError'

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.

2 participants