From 6737ecf181e37b20207ceb3d6f8dc3ab6dffa66f Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 21 Nov 2023 14:43:49 +0100 Subject: [PATCH] Update neo/rawio/plexon2rawio/plexon2rawio.py Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com> --- neo/rawio/plexon2rawio/plexon2rawio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/rawio/plexon2rawio/plexon2rawio.py b/neo/rawio/plexon2rawio/plexon2rawio.py index 01fbb7638..98495a649 100644 --- a/neo/rawio/plexon2rawio/plexon2rawio.py +++ b/neo/rawio/plexon2rawio/plexon2rawio.py @@ -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)