Skip to content

Commit 55bdec1

Browse files
committed
Hotfix: close #14
1 parent 2ed79c6 commit 55bdec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobidic_mpa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def calculate_adjusted_score(scores_impact):
116116
log.debug("scores impact : " + str(scores_impact))
117117

118118
for score, impact in scores_impact.items():
119-
if(impact == "D"):
119+
if(impact == "D" or impact == "A"):
120120
deleterious += 1
121121
available += 1
122122
elif(impact != None):

0 commit comments

Comments
 (0)