mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-11 09:05:00 +08:00
Fix line length in config.py
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user