Skip to content

Commit

Permalink
Added comment for tracker-specific config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Sep 12, 2023
1 parent 7458fcf commit 23c8872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/schema/social.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_config_file(
) -> Path:
"""Returns the config file from a model's config directory."""
if config_file_names is None:
config_file_names = ["confmap_config.json"]
config_file_names = ["confmap_config.json"] # SLEAP (add for other trackers to this list)
config_file = None
for f in config_file_names:
if (config_file_dir / f).exists():
Expand Down

0 comments on commit 23c8872

Please sign in to comment.