``` Traceback (most recent call last): File "pro...
# general
j
Copy code
Traceback (most recent call last):
  File "profile.py", line 364, in <module>
    timeout=args.timeout, count=args.count, rounds=args.rounds
  File "profile.py", line 200, in profile
    result = run_query(shell, query, timeout=timeout, count=count)
  File "profile.py", line 143, in run_query
    ], timeout=timeout, count=count)
  File "/root/utils.py", line 166, in profile_cmd
    while p.is_running() and p.status() != psutil.STATUS_ZOMBIE:
TypeError: 'constant' object is not callable