Add slots to architecture classes
Merge request reports
Activity
added 8 commits
Toggle commit list
Please register or sign in to reply
The test fails as the slot in Resource
(and underlying classes) for the process_collection
argument is not _process_collection
, but _collection
. So either change the name in __slots__
or the name of the actual member parameter (both works for me).
approved this merge request
added 8 commits
merged