From 1b31b1a0c31199455a66c44fa41ae3e1a996ffd3 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 21 Nov 2023 14:43:55 +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 98495a649..e02308b1e 100644 --- a/neo/rawio/plexon2rawio/plexon2rawio.py +++ b/neo/rawio/plexon2rawio/plexon2rawio.py @@ -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: