Skip to content

Commit 5d65675

Browse files
committed
deleted comments
1 parent 9dde983 commit 5d65675

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bam_masterdata/openbis/get_entities.py

-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ def _assign_properties(self, entity_name: str, formatted_dict: dict) -> None:
2929
# Create a dictionary of properties using the correct permId
3030
properties = {}
3131
for entry in assignments_dict:
32-
# ! This has changed and now permId does not exist on the property assignments!!
3332
property_perm_id = self.openbis.get_property_type(
3433
entry.get("code", {})
3534
).permId
36-
print(property_perm_id)
3735
if property_perm_id:
3836
# Include the desired property fields
3937
properties[property_perm_id] = {

0 commit comments

Comments
 (0)