ossobv / asterisklint

Asterisk PBX configuration syntax checker
GNU General Public License v3.0
61 stars 12 forks source link

MainBase() takes envs which is not passed on #18

Open wdoekes opened 7 years ago

wdoekes commented 7 years ago
    def __call__(self, args, envs):
        args = self.parse_args(args)
        return self.handle_args(args) 

Should either use it or lose it.