Skip to content

Commit 49411bf

Browse files
committed
review comments
1 parent 2f02ae9 commit 49411bf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

irods/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

irods/test/meta_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)