Jimmy Berry 3e8a85d9c3 osclib/list_command: 24ae4ba81 broke formatting.
The author was attempting to port for python3, but changed the meaning:

- print ' ', line
+ print(' ' + line)

The first prints "  $line", while the second:
                 " $line".

This changes console output from:

science
 666254 libArcus-lulzbot               -> delete       (delete request)
         3 more users

back to:

science
  666254 libArcus-lulzbot               -> delete       (delete request)
         3 more users

(ignore lines up and standard double space indent used)
2019-02-08 09:36:16 -06:00
..
2018-11-16 09:01:45 +01:00
2018-11-16 08:14:56 +01:00
2018-11-16 09:01:45 +01:00
2017-04-27 16:29:21 -05:00