File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,8 @@ def get_neurodata_type(self, **kwargs):
192192 def add_group (self , ** kwargs ):
193193 ''' Add a new specification for a subgroup to this group specification '''
194194 warn (
195- "NWBGroupSpec.add_group is deprecated and will be removed in PyNWB 5.0. Use NWBGroupSpec.set_group instead." ,
195+ "NWBGroupSpec.add_group is deprecated and will be removed in PyNWB 5.0. "
196+ "Use NWBGroupSpec.set_group instead." ,
196197 DeprecationWarning ,
197198 stacklevel = 2
198199 )
@@ -205,7 +206,8 @@ def add_group(self, **kwargs):
205206 def add_dataset (self , ** kwargs ):
206207 ''' Add a new specification for a subgroup to this group specification '''
207208 warn (
208- "NWBGroupSpec.add_dataset is deprecated and will be removed in PyNWB 5.0. Use NWBGroupSpec.set_dataset instead." ,
209+ "NWBGroupSpec.add_dataset is deprecated and will be removed in PyNWB 5.0. "
210+ "Use NWBGroupSpec.set_dataset instead." ,
209211 DeprecationWarning ,
210212 stacklevel = 2
211213 )
You can’t perform that action at this time.
0 commit comments