Skip to content

Commit bd6aaa4

Browse files
committed
improve layout of ec os
1 parent e185fd1 commit bd6aaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epics_containers_cli/ioc/local_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ def ps(self, all: bool, wide: bool):
158158
rows.append(line.split("%"))
159159

160160
for row in rows:
161-
print("{:<20}{:<20}{:<20}{}".format(*row))
161+
print("{0: <20.20} {1: <20.20} {2: <23.23} {3}".format(*row))

0 commit comments

Comments
 (0)