🎨 Adjust some Python formatting (#27649)

This commit is contained in:
Andrew
2025-01-23 20:48:58 -05:00
committed by GitHub
parent 861dd33fa1
commit 0a598071af
5 changed files with 25 additions and 15 deletions
@@ -15,6 +15,7 @@ def blab(str):
# Invoke GCC to run the preprocessor and extract enabled features
#
preprocessor_cache = {}
def run_preprocessor(env, fn=None):
filename = fn or 'buildroot/share/PlatformIO/scripts/common-dependencies.h'
if filename in preprocessor_cache: