Skip to content

Commit e867eb6

Browse files
gregoire-dlcbentejac
authored andcommitted
[core] attribute: Remove raiseIfLink for _getObservationKeys method
1 parent 8d41395 commit e867eb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meshroom/core/attribute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,6 @@ def _getNbObservations(self) -> int:
11111111
return len(firstAttribute.keyValues.pairs)
11121112
return 1
11131113

1114-
@raiseIfLink
11151114
def _getObservationKeys(self) -> list:
11161115
"""
11171116
Return the shape attribute list of observation keys.

0 commit comments

Comments
 (0)