427:6af5d12cfecb | 428:58405c24aa09 |
---|---|
38 try: | 38 try: |
39 return _pkg_config[name] | 39 return _pkg_config[name] |
40 except KeyError: | 40 except KeyError: |
41 pass | 41 pass |
42 | 42 |
43 raise AttributeError('"%s" is not a valid configuration value' % name) | 43 raise AttributeError('"{0}" is not a valid configuration value'.format(name)) |