Skip to content

Commit

Permalink
Fix typo in previous
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Apr 8, 2024
1 parent 17e4ecc commit a9f8a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion np_notebooks
2 changes: 1 addition & 1 deletion src/np_workflows/shared/base_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def get_latest_optogui_txt(self, opto_or_optotagging: Literal['opto', 'optotaggi
dirname = dict(opto='optoParams', optotagging='optotagging')[opto_or_optotagging]
file_prefix = dirname

rig = str(self.rig).replace('.', '')def
rig = str(self.rig).replace('.', '')
locs_root = self.base_path / 'OptoGui' / f'{dirname}'
available_locs = sorted(tuple(locs_root.glob(f"{file_prefix}_{self.mouse.id}_{rig}_*")), reverse=True)
if not available_locs:
Expand Down

0 comments on commit a9f8a86

Please sign in to comment.