Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Mar 27, 2024
2 parents c143920 + 4953b1c commit 0b563f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/models/qb_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _sync_timeline(self):
" {} vs as_of {}".format(
self.__ordered_qbs[0].relative_start, self.as_of_date))
else:
current_app.logger.error(f"patient {self.user.id} w/o cur_qbd??")
current_app.logger.warning(f"patient {self.user.id} w/o cur_qbd??")
self._overall_status = OverallStatus.expired
self.next_qbd = self.__ordered_qbs[0]
return
Expand Down

0 comments on commit 0b563f9

Please sign in to comment.