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 6737ecf commit 1b31b1a
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 @@ -88,7 +88,7 @@ def __init__(self, filename, pl2_dll_file_path=None):

if pl2_dll_file_path.exists():
# I think this warning should be removed
# Warnings should provide a solution but this is
# 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}')
else:
Expand Down

0 comments on commit 1b31b1a

Please sign in to comment.