mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Implemented more elegant way for entire plugin module to be conditionally skipped; updated cert.py and ra.py modules to use this
This commit is contained in:
committed by
Rob Crittenden
parent
e0fe732318
commit
4ab133c3cb
@@ -64,7 +64,7 @@ FORMAT_FILE = '\t'.join([
|
||||
'%(process)d',
|
||||
'%(threadName)s',
|
||||
'%(levelname)s',
|
||||
'%(message)r', # Using %r for repr() so message is a single line
|
||||
'%(message)s',
|
||||
])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user