From e2f0aa2d50c2227166cefae4ed39c281141335f3 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Thu, 30 Jun 2016 23:22:03 +0200 Subject: [PATCH] Pipes tracing works now, don't know why Removed some suspicious lines, and pipes tracing works now. What I don't understand is why those lines weren't caught by testing but just in production? FIXME: Write test to catch this problem. --- px/px_ipc_map.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/px/px_ipc_map.py b/px/px_ipc_map.py index 7a31d46..5e6913d 100644 --- a/px/px_ipc_map.py +++ b/px/px_ipc_map.py @@ -37,10 +37,6 @@ def _create_mapping(self): network_connections = set() for file in self.files_for_process: - if file.name in ['pipe', '(none)']: - # These are placeholders, not names, can't do anything with these - continue - other_end_pids = self._get_other_end_pids(file) if not other_end_pids: if file.type in ['IPv4', 'IPv6']: