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 14, 2023
1 parent 10f9c2f commit e90cec2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jtop/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,7 @@ def status_permission_user(group=JTOP_USER):
cmd_group_user = Command(shlex.split('groups {user}'.format(user=user)))
try:
lines = cmd_group_user()
print(lines)
for line in lines:
# TODO REMOVE HERE
print("AAAAA ---- {line}".format(line=line))
if ":" not in line:
continue
name, info = line.split(":")
Expand Down

0 comments on commit e90cec2

Please sign in to comment.