Skip to content

Commit

Permalink
Update plot_7_lsl_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmerk authored May 30, 2024
1 parent df5b94c commit 76c9aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_7_lsl_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Darwin": "liblsl.1.16.0.dylib",
}

os.environ["MNE_LSL_LIB"] = os.path.join(PurePath(__file__).parent, "liblsl", LSL_DICT[platform.system()])
os.environ["MNE_LSL_LIB"] = os.path.join(os.path.abspath(""), "liblsl", LSL_DICT[platform.system()])

from py_neuromodulation import (
nm_mnelsl_generator,
Expand Down

0 comments on commit 76c9aa2

Please sign in to comment.