From e8de07dbb15ef235fb76f72b5ef5247d59c56936 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 25 May 2023 02:31:01 +0200 Subject: [CI] Fix python black formatting. --- tools/common.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/common.py') diff --git a/tools/common.py b/tools/common.py index aa99c5c..4bd5ada 100644 --- a/tools/common.py +++ b/tools/common.py @@ -1,8 +1,9 @@ - def exists(env): return True def generate(env): env["DEPS_SOURCE"] = env.Dir("#thirdparty").abspath - env["DEPS_BUILD"] = env.Dir("#bin/thirdparty").abspath + "/{}.{}.dir".format(env["suffix"][1:], "RelWithDebInfo" if env["debug_symbols"] else "Release") + env["DEPS_BUILD"] = env.Dir("#bin/thirdparty").abspath + "/{}.{}.dir".format( + env["suffix"][1:], "RelWithDebInfo" if env["debug_symbols"] else "Release" + ) -- cgit v1.2.3