Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a library issue and created a parser template #35

Merged
merged 5 commits into from
Dec 2, 2019

Conversation

naveci
Copy link
Contributor

@naveci naveci commented Nov 28, 2019

Description

Fixed a problem in reference to some packages used.
Also introduced a github workflow (linting_check.yaml) that will lint the code after submitting it to github. This way, there should be more alerts triggered to syntax issues or problems with referring to packages.

Does this fix a known existing bug under Issues?

Nothing mentioned under issues currently. However, bug can happen with the following functions:
urlDecoder
safelinksDecoder
phishingMenu
emailTemplateGen

This is most likely a result from messing with the packages by several PRs (including my own when it comes to tkinter).
Linting this correctly reveals the error. Hence why this PR also includes the workflow.

Type of Change

Please delete any options that do not apply here:

  • Bug Fix
  • New Feature
  • Requires documentation additions / changes
  • Other

Any further info related to the addition

@TheresAFewConors
Copy link
Owner

Hey @naveci thanks for opening another PR, would you be able to update the template with specifically what these changes do? I'll be able to create a corresponding case to track the features then.

Cheers!

@TheresAFewConors TheresAFewConors self-assigned this Dec 2, 2019
@naveci
Copy link
Contributor Author

naveci commented Dec 2, 2019

Updated the description.

@TheresAFewConors TheresAFewConors added Bug Fix Fixes a bug Enhancement New feature or request Useful Fix QoL improvements, improves something already functioning without changing the output labels Dec 2, 2019
Copy link
Owner

@TheresAFewConors TheresAFewConors left a comment

Choose a reason for hiding this comment

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

approved.

@TheresAFewConors TheresAFewConors merged commit f44f4eb into TheresAFewConors:master Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Fixes a bug Enhancement New feature or request Useful Fix QoL improvements, improves something already functioning without changing the output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants