Skip to content

Commit e869c3b

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/platform_neo' into platform_neo
2 parents 58266c7 + bb29a5b commit e869c3b

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)