Skip to content

Commit 0754b7b

Browse files
authored
Update neo/rawio/plexon2rawio/plexon2rawio.py
1 parent 498a410 commit 0754b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexon2rawio/plexon2rawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, filename, pl2_dll_file_path=None):
8686
pl2_dll_folder.mkdir(exist_ok=True)
8787
pl2_dll_file_path = pl2_dll_folder / file_name
8888

89-
if not pl2_dll_file_path.exists():
89+
if pl2_dll_file_path.exists():
9090
# I think this warning should be removed
9191
# Warnings should provide a solution but this is just a reminder to the user of normal behavior
9292
# Nothing to do

0 commit comments

Comments
 (0)