Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-30 09:15:45 +0300
committerCampbell Barton <campbell@blender.org>2022-08-30 09:22:49 +0300
commit24b8ccaa94a66a3552dc7100996d83d492a55ada (patch)
tree604d44f886ab80f875d90affd41b651eeb37e8a3 /release/scripts/startup
parent26487530f2c20c5e440ed620d87ff6e27b6e0dd7 (diff)
Cleanup: format
Diffstat (limited to 'release/scripts/startup')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 1b71b503eb7..ed014b57aa4 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1933,7 +1933,7 @@ class USERPREF_PT_addons(AddOnPanel, Panel):
(info["author"] and (search in info["author"].lower())) or
((filter == "All") and (search in info["category"].lower() or
search in iface_(info["category"]).lower()))
- ):
+ ):
continue
# Addon UI Code