wrapper: Wrapper.generate_wrapper_config(): no need to overwrite wrapper.type, we have the env var for that

This commit is contained in:
InsanePrawn 2022-09-24 05:27:58 +02:00
parent fccd58c533
commit c50166051d

View file

@ -84,9 +84,6 @@ class BaseWrapper(Wrapper):
file_path=wrapped_config,
config=(config.file | {
'paths': paths,
'wrapper': {
'type': 'none'
}
} | config_overrides),
)
self.wrapped_config_path = wrapped_config