Skip to content

Commit 6737ecf

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

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
@@ -90,7 +90,7 @@ def __init__(self, filename, pl2_dll_file_path=None):
9090
# I think this warning should be removed
9191
# Warnings should provide a solution but this is
9292
# just a reminder to the user of normal behavior
93-
warnings.warn(f'Using cached plexon dll at {pl2_dll_file_path}')
93+
warnings.warn(f'Using cached plexon dll at {pl2_dll_file_path}')
9494
else:
9595
url = f'https://raw.githubusercontent.com/Neuralensemble/pypl2/master/bin/{file_name}'
9696
dist = urlopen(url=url)

0 commit comments

Comments
 (0)