Skip to content

[bin][installexternal] use composition for TarSafe

Mathis Kelm requested to merge fix/tarsafe-use-composition into master

What this MR does / why does DuMux need it:

Using composition instead of inheritance for the TarSafe class is more appropriate. Avoids making pylint think that we want to override and interface. Instead, we want to wrap the unsafe version.

Edited by Timo Koch

Merge request reports