From a677f6b2977453a02cefb88aa3cfe710633c60d5 Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Thu, 15 Mar 2018 02:47:29 +0100 Subject: [PATCH] [core][win] remove non available stat "num_fds" --- meshroom/core/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/core/stats.py b/meshroom/core/stats.py index 26e3c8a8..adc22625 100644 --- a/meshroom/core/stats.py +++ b/meshroom/core/stats.py @@ -89,7 +89,7 @@ class ProcStatistics: 'num_threads', # 'memory_maps', 'status', - 'num_fds', # The number of file descriptors currently opened by this process (non cumulative) + # 'num_fds', # The number of file descriptors currently opened by this process (non cumulative) - N/A on Windows 'io_counters', 'num_ctx_switches', ]