Skip to content

Commit

Permalink
Fix error CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Aug 13, 2023
1 parent 04529fe commit 5bc586c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jtop/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ def status_permission_user(group=JTOP_USER):
try:
lines = cmd_group_user()
for line in lines:
# TODO REMOVE HERE
print(line)
name, info = line.split(":")
info = info.strip().split()
if name.strip() == user and group in info:
Expand Down

0 comments on commit 5bc586c

Please sign in to comment.