Skip to content

VKalVrt: Fix a missing module clarifier in configuration of VrtSecInclusive

Jackson Carl Burzynski requested to merge (removed):master-VSI-fix into master

The configuration file VrtSecInclusive.py was attempting to import VrtSecInclusiveConf without specifying the VrtSecInclusive module. This MR fixes this issue by adding from VrtSecInclusive.VrtSecInclusiveConf import ....

Merge request reports