Skip to content

Commit 0e04b51

Browse files
committed
updates function name
1 parent 2823f44 commit 0e04b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/foraging_gui/Foraging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4140,7 +4140,7 @@ def _Save(self, ForceSave=0, SaveAs=0, SaveContinue=0, BackupSave=0):
41404140
]
41414141
and session is not None
41424142
):
4143-
self._AddWaterLogResult(session)
4143+
self._AddWaterlogResult(session)
41444144
elif self.BaseWeight.text() == "" or self.WeightAfter.text() == "":
41454145
logging.warning(f"Waterlog for mouse {self.behavior_session_model.subject} cannot be added to database"
41464146
f" due do unrecorded weight information.")

0 commit comments

Comments
 (0)