Closed plietar closed 3 months ago
It was using is.null to detect unnamed processes, however in the case of a list of processes where some are named and some are not, the name is actually an empty string.
is.null
It was using
is.null
to detect unnamed processes, however in the case of a list of processes where some are named and some are not, the name is actually an empty string.