Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Dec 18, 2023
1 parent b4883f5 commit f5aad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/io/extractors/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def get_task_protocol(session_path, task_collection='raw_behavior_data'):
The Pybpod task protocol name or None if not found.
"""
try:
settings = load_settings(get_session_path(session_path), task_collection=task_collection)
settings = load_settings(session_path, task_collection=task_collection)
except json.decoder.JSONDecodeError:
_logger.error(f'Can\'t read settings for {session_path}')
return
Expand Down

0 comments on commit f5aad61

Please sign in to comment.