Skip to content

Commit bb29a5b

Browse files
h-mayorquinzm711
andauthored
Update neo/rawio/plexon2rawio/plexon2rawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent 1b31b1a commit bb29a5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo/rawio/plexon2rawio/plexon2rawio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def __init__(self, filename, pl2_dll_file_path=None):
8181
file_name = "PL2FileReader64.dll"
8282
else: # Apparently wine uses the 32 bit version in linux
8383
file_name = "PL2FileReader.dll"
84-
8584
pl2_dll_folder = pathlib.Path.home() / '.plexon_dlls_for_neo'
8685
pl2_dll_folder.mkdir(exist_ok=True)
8786
pl2_dll_file_path = pl2_dll_folder / file_name

0 commit comments

Comments
 (0)