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

OutputEngine: Fix generate_filename args signature #829

Merged
merged 1 commit into from Jul 20, 2020

Conversation

Niraj-Kamdar
Copy link
Contributor

No description provided.

@Niraj-Kamdar Niraj-Kamdar changed the title Fix generate_filename args signature OutputEngine: Fix generate_filename args signature Jul 18, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #829 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #829   +/-   ##
=======================================
  Coverage   83.16%   83.16%           
=======================================
  Files         150      150           
  Lines        2542     2542           
  Branches      279      279           
=======================================
  Hits         2114     2114           
  Misses        359      359           
  Partials       69       69           
Flag Coverage Δ
#longtests 83.16% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cve_bin_tool/output_engine/__init__.py 96.61% <100.00%> (ø)
cve_bin_tool/output_engine/util.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f35ef84...e589981. Read the comment docs.

@@ -89,7 +89,7 @@ def output_file(self, output_type="console"):

# Check if we need to generate a filename
if not self.filename:
self.filename = generate_filename(self.filename, output_type)
self.filename = generate_filename(output_type)
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for catching that. But I fixed that but I don't know how it showed up here maybe I forgot to save the file or something.

@terriko terriko merged commit 8221772 into intel:master Jul 20, 2020
@Niraj-Kamdar Niraj-Kamdar deleted the output branch July 20, 2020 20:38
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.

None yet

4 participants