Skip to content

Commit

Permalink
added missing supress statement in Tb culture class
Browse files Browse the repository at this point in the history
  • Loading branch information
nchagoma503 committed Jan 30, 2025
1 parent fa21c9a commit ba51c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tlo/methods/tb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ def apply(self, person_id, squeeze_factor):

# Return the footprint. If it should be suppressed, return a blank footprint.
if self.suppress_footprint:
return
return self.make_appt_footprint({})
else:
return ACTUAL_APPT_FOOTPRINT

Expand Down

0 comments on commit ba51c2d

Please sign in to comment.