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

fix for "'NoneType' object has no attribute 'setdefault'" #366

Merged
merged 1 commit into from Mar 11, 2019

Conversation

jaccol
Copy link
Contributor

@jaccol jaccol commented Mar 11, 2019

the fix for #365 gave an error:
'NoneType' object has no attribute 'setdefault'

This small patch should fix that :)

@codecov
Copy link

codecov bot commented Mar 11, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@ea6aeff). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #366   +/-   ##
=========================================
  Coverage          ?   54.88%           
=========================================
  Files             ?       32           
  Lines             ?     6011           
  Branches          ?        0           
=========================================
  Hits              ?     3299           
  Misses            ?     2712           
  Partials          ?        0
Impacted Files Coverage Δ
pymisp/api.py 42.19% <100%> (ø)

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 ea6aeff...00bce80. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 54.883% when pulling 00bce80 on jaccol:patch-1 into ea6aeff on MISP:master.

@Rafiot
Copy link
Member

Rafiot commented Mar 11, 2019

Thank you!

@Rafiot Rafiot merged commit 2c8ab0a into MISP:master Mar 11, 2019
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

3 participants