Skip to content

Fix improver framework not accepting severities#684

Merged
Hritik14 merged 2 commits into
aboutcode-org:mainfrom
Hritik14:bugfix
Apr 8, 2022
Merged

Fix improver framework not accepting severities#684
Hritik14 merged 2 commits into
aboutcode-org:mainfrom
Hritik14:bugfix

Conversation

@Hritik14

@Hritik14 Hritik14 commented Apr 8, 2022

Copy link
Copy Markdown
Collaborator

This was a silent bug which got highlighted after writing tests for #672

Hritik14 added 2 commits April 8, 2022 23:13
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
Same about importer

Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
@TG1999

TG1999 commented Apr 8, 2022

Copy link
Copy Markdown
Contributor

@Hritik14 thanks for this. Please close this issue as well #670, when this gets merged

@Hritik14 Hritik14 linked an issue Apr 8, 2022 that may be closed by this pull request
@Hritik14
Hritik14 merged commit 39ef487 into aboutcode-org:main Apr 8, 2022
@Hritik14
Hritik14 deleted the bugfix branch April 8, 2022 18:21

def __init__(self, importer: Importer):
self.importer = importer
def __init__(self, importer_class: Importer):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think your type annotation is now incorrect?

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.

severities not getting stored in DB properly

3 participants