Skip to content

Commit

Permalink
print lsl folder and contents
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-neurosc committed Jun 4, 2024
1 parent 51458c2 commit 940b4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_neuromodulation/nm_mnelsl_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def start_player(self, chunk_size: int = 1, n_repeat: int = 1):
import os
path = os.path.dirname(os.environ['MNE_LSL_LIB'])

raise RuntimeError(f"{os.listdir(path)}")
raise RuntimeError(f"folder: {os.environ['MNE_LSL_LIB']}, contents: {os.listdir(path)}")
from mne_lsl.player import PlayerLSL

self.player = PlayerLSL(
Expand Down

0 comments on commit 940b4b2

Please sign in to comment.