postgrespro/testgres

Unused thing - PostgresNode:should_rm_dirs

Closed this issue · 1 comments

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?

Is closed via #275