Actions
Bug #10097
openPython RichCollectionbase's find_or_create() method callers may assume that found object is of "create_type" type
Updated by Lucas Di Pentima over 8 years ago
- Subject changed from Python RichCollectionbase's find_or_create() method callers may assume that found object is of create_type type to Python RichCollectionbase's find_or_create() method callers may assume that found object is of "create_type" type
On sdk/python/arvados/collection.py
, find_or_create
method does not check if found object is of type create_type
before returning it. Although the docstring states that this is the intended behaviour, RichCollectionBase
's mkdirs()
assumes that this argument determines the found type too.
Updated by Tom Morris over 7 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions