Skip to content
  • Guido Trotter's avatar
    Fix an error accessing the cfg · f64c9de6
    Guido Trotter authored
    Since the context is passed to LogicalUnit, rather than the cfg, we can
    only access the cfg as self.cfg, self.context.cfg, or context.cfg (in
    the constructor). cfg is not valid anymore.
    
    Reviewed-by: iustinp
    f64c9de6