Attempt to appease clang format
parent
35388dfb0e
commit
0946261398
|
@ -37,8 +37,8 @@ def get_gdextension_dir(env):
|
||||||
def get_api_file(env):
|
def get_api_file(env):
|
||||||
return normalize_path(env.get("custom_api_file", os.path.join(get_gdextension_dir(env), "extension_api.json")))
|
return normalize_path(env.get("custom_api_file", os.path.join(get_gdextension_dir(env), "extension_api.json")))
|
||||||
|
|
||||||
def no_verbose(sys, env):
|
|
||||||
|
|
||||||
|
def no_verbose(sys, env):
|
||||||
colors = {}
|
colors = {}
|
||||||
|
|
||||||
# Colors are disabled in non-TTY environments such as pipes. This means
|
# Colors are disabled in non-TTY environments such as pipes. This means
|
||||||
|
|
Loading…
Reference in New Issue