File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ class iRODSMetaCollection:
134134 def __getattr__ (self , name ):
135135 from irods .manager .metadata_manager import _MetadataManager_opts_initializer
136136 # Separating _MetadataManager_opts_initializer from the MetadataManager class
137- # prevents # the possibility of arbitrary access by copy.copy() to parts of
137+ # prevents the possibility of arbitrary access by copy.copy() to parts of
138138 # our object's state before they have been initialized, as it is known to do
139139 # by calling hasattr on the "__setstate__" attribute. The result of such
140140 # unfettered access is infinite recursion. See:
Original file line number Diff line number Diff line change @@ -820,8 +820,6 @@ def test_binary_avu_fields__issue_707(self):
820820 def test_cascading_changes_of_metadata_manager_options__issue_709 (self ):
821821 d = None
822822
823- # def get_option(metacoll, key):
824- # return metacoll._manager._opts[key]
825823 try :
826824 d = self .sess .data_objects .create (f'{ self .coll .path } /issue_709_test_1' )
827825 m = d .metadata
You can’t perform that action at this time.
0 commit comments