Skip to content

Commit

Permalink
Update neo/rawio/plexon2rawio/plexon2rawio.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
  • Loading branch information
h-mayorquin and zm711 authored Nov 21, 2023
1 parent 1b31b1a commit bb29a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neo/rawio/plexon2rawio/plexon2rawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def __init__(self, filename, pl2_dll_file_path=None):
file_name = "PL2FileReader64.dll"
else: # Apparently wine uses the 32 bit version in linux
file_name = "PL2FileReader.dll"

pl2_dll_folder = pathlib.Path.home() / '.plexon_dlls_for_neo'
pl2_dll_folder.mkdir(exist_ok=True)
pl2_dll_file_path = pl2_dll_folder / file_name
Expand Down

0 comments on commit bb29a5b

Please sign in to comment.