Skip to content

Commit

Permalink
Update neo/rawio/plexon2rawio/plexon2rawio.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
h-mayorquin and zm711 authored Nov 21, 2023
1 parent 2e1b35e commit 6737ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/rawio/plexon2rawio/plexon2rawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self, filename, pl2_dll_file_path=None):
# I think this warning should be removed
# Warnings should provide a solution but this is
# just a reminder to the user of normal behavior
warnings.warn(f'Using cached plexon dll at {pl2_dll_file_path}')
warnings.warn(f'Using cached plexon dll at {pl2_dll_file_path}')
else:
url = f'https://raw.githubusercontent.com/Neuralensemble/pypl2/master/bin/{file_name}'
dist = urlopen(url=url)
Expand Down

0 comments on commit 6737ecf

Please sign in to comment.