aheller693
Results
1
comments of
aheller693
With the following code changes it works for my wsl1: Add to job.py: ```python def list_fds(procId): '''List process currently open FDs and their target ''' '''Source: https://stackoverflow.com/a/24803353 ''' if not...