Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed May 21, 2024
1 parent ffdb838 commit f63d59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/general/plot_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# :py:class:`~hdmf.term_set.TermSet` for the ``species`` field in
# :py:class:`~pynwb.file.Subject`.

dir_path = os.path.dirname(os.path.abspath(__file__))
dir_path = os.path.dirname(os.path.abspath("__file__"))
yaml_file = os.path.join(dir_path, 'nwb_gallery_config.yaml')
load_type_config(config_path=yaml_file)

Expand Down

0 comments on commit f63d59d

Please sign in to comment.