From f921380bbd36458894f9114c1826fb1e4aee1ea7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 6 Oct 2023 09:56:51 +1100 Subject: rtems: Formatting update with yapf --- rtems.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtems.py b/rtems.py index a29d281..1566e58 100644 --- a/rtems.py +++ b/rtems.py @@ -714,6 +714,7 @@ def output_command_line(): # From the extras. Use this to support long command lines. # def long_command_line(): + def exec_command(self, cmd, **kw): # workaround for command line length limit: # http://support.microsoft.com/kb/830473 @@ -864,6 +865,7 @@ def _arch_from_arch_bsp(arch_bsp): return '-'.join(fields[:(i + 1)]) return None + def _bsp_from_arch_bsp(arch_bsp): fields = arch_bsp.split('-') for i, field in enumerate(fields): @@ -871,6 +873,7 @@ def _bsp_from_arch_bsp(arch_bsp): return '-'.join(fields[(i + 1):]) return None + def _pkgconfig_path(path): return os.path.join(path, 'lib', 'pkgconfig') -- cgit v1.2.3