From c161c8dabb19ee1d0997ea517ce229cc55a78d5e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 16 Jun 2016 17:07:52 +1000 Subject: Remove tabs as white space. --- rtems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems.py b/rtems.py index 412fcc8..d809606 100644 --- a/rtems.py +++ b/rtems.py @@ -618,7 +618,7 @@ def long_command_line(): os.close(fd) # Line may be very long: # Logs.debug('runner:' + ' '.join(flat)) - cmd = [cmd[0], '@' + tmp] + cmd = [cmd[0], '@' + tmp] ret = super(self.__class__, self).exec_command(cmd, **kw) finally: if tmp: -- cgit v1.2.3