Don't crash for --show-config on Apple silicon

This commit is contained in:
Greg Neagle
2021-02-16 15:16:30 -08:00
parent 165e3e79a2
commit f2f1504a6f
+1 -1
View File
@@ -307,7 +307,7 @@ def print_config():
# skip it
continue
if pref_name in FORCE_FALSE_ON_APPLE_SILICON:
value = false
value = False
where = "Forced as False on Apple Silicon"
else:
value = pref(pref_name)