Skip to content

Commit 405f8a0

Browse files
committed
added specific deprecation date
1 parent 1ab680c commit 405f8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/openephysbinaryrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, dirname="", load_sync_channel=False, experiment_names=None):
7474
self.load_sync_channel = load_sync_channel
7575
if load_sync_channel:
7676
warn(
77-
"The load_sync_channel=True option is deprecated and will be removed in a future version. "
77+
"The load_sync_channel=True option is deprecated and will be removed in version 0.15. "
7878
"Use load_sync_channel=False instead, which will add sync channels as separate streams.",
7979
DeprecationWarning, stacklevel=2
8080
)

0 commit comments

Comments
 (0)