Testgres has two lines with strange and "useless" code:
|
node.should_rm_dirs = True |
|
node._should_rm_dirs = True |
These things (should_rm_dirs and _should_rm_dirs) are not used and not processed anywhere.
We may delete they without any problems.
Am I right?