Fix line length in config.py

This commit is contained in:
mprahl
2017-11-09 08:47:45 -05:00
parent 104480d365
commit 08dc070152

View File

@@ -256,7 +256,8 @@ class Config(object):
'build_logs_name_format': {
'type': str,
'default': "build-{id}.log",
'desc': 'Format of a module build log\'s name. Use `Build` attributes as formatting kwargs'},
'desc': ('Format of a module build log\'s name. Use `Build` attributes as formatting '
'kwargs')},
'krb_keytab': {
'type': None,
'default': None,