Skip to content

Commit 1b31b1a

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

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
@@ -88,7 +88,7 @@ def __init__(self, filename, pl2_dll_file_path=None):
8888

8989
if pl2_dll_file_path.exists():
9090
# I think this warning should be removed
91-
# Warnings should provide a solution but this is
91+
# Warnings should provide a solution but this is
9292
# just a reminder to the user of normal behavior
9393
warnings.warn(f'Using cached plexon dll at {pl2_dll_file_path}')
9494
else:

0 commit comments

Comments
 (0)