547
548
def get_location_config(self, location, global_config=None):
548
549
if global_config is None:
553
554
self.my_config = config.LocationConfig(location)
554
555
self.my_config._get_parser(branches_file)
555
556
self.my_config._get_global_config()._get_parser(global_file)