Open robe1221 opened 2 years ago
in the solution file located in exercises/slide_86-89/0.solution.py, line 46
regions = memory.regions
I get the error:
AttributeError: 'AbstractMemory' object has no attribute 'regions'
I believe this is due to the fact that the memorymixins changed in a more recent version, but I am unable to locate the regions for the memory.
It's now memory._regions. See here.
memory._regions
We do not plan to maintain acsac-course. Instead, we are planning to develop a new set of training materials that will deprecate acsac-course, if resources permit.
acsac-course
in the solution file located in exercises/slide_86-89/0.solution.py, line 46
regions = memory.regions
I get the error:
AttributeError: 'AbstractMemory' object has no attribute 'regions'
I believe this is due to the fact that the memorymixins changed in a more recent version, but I am unable to locate the regions for the memory.