Skip to content

Commit

Permalink
Pipes tracing works now, don't know why
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
walles committed Jun 30, 2016
1 parent f7270e9 commit e2f0aa2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions px/px_ipc_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']:
Expand Down

0 comments on commit e2f0aa2

Please sign in to comment.