Skip to content

Commit

Permalink
Merge branch 'main' into production_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
XX-Yin authored Dec 18, 2024
2 parents 140b085 + f6de347 commit 1113c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/foraging_gui/Foraging.py
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ def _ShowRewardPairs(self):
self.ShowRewardPairs_2.setText(self.ShowRewardPairs.text())
except Exception as e:
# Catch the exception and log error information
logging.error(traceback.format_exc())
logging.warning(traceback.format_exc())

def closeEvent(self, event):
# stop the current session first
Expand Down
2 changes: 1 addition & 1 deletion src/foraging_gui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.6.11"
__version__ = "1.6.18"


0 comments on commit 1113c39

Please sign in to comment.