Fix bad format string

This commit is contained in:
Greg Neagle
2020-02-19 14:57:31 -08:00
parent 91eb8b0c21
commit e2d6f99857
+1 -1
View File
@@ -196,7 +196,7 @@ def test():
import pwd
from ..wrappers import get_input
print('PerformAuthRestarts preference is: '
print('PerformAuthRestarts preference is: %s'
% prefs.pref('PerformAuthRestarts'))
print('FileVault is active: %s' % fv_is_active())
print('Recovery key is present: %s' % verify_recovery_key_present())