From 0fa36c81d906264c340cecc457656acf673770cb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 18 Jan 2022 10:25:37 +1100 Subject: Cleanup: quite old-style-declaration warning, strip trailing space --- release/scripts/modules/keyingsets_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/modules/keyingsets_utils.py b/release/scripts/modules/keyingsets_utils.py index 84a01ef3666..0dd06995ed3 100644 --- a/release/scripts/modules/keyingsets_utils.py +++ b/release/scripts/modules/keyingsets_utils.py @@ -245,7 +245,7 @@ def RKS_GEN_custom_props(_ksi, _context, ks, data): # Can technically happen, but there is no known case. continue if rna_property is None: - # In this case the property cannot be converted to an + # In this case the property cannot be converted to an # FCurve-compatible value, so we can't keyframe it anyways. continue if rna_property.rna_type not in prop_type_compat: -- cgit v1.2.3