Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 scripts/post-processing/scheduler/trace_sched_timings.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/post-processing/scheduler/trace_sched_timings.py 
b/scripts/post-processing/scheduler/trace_sched_timings.py
index c96bcd3..5889ce3 100644
--- a/scripts/post-processing/scheduler/trace_sched_timings.py
+++ b/scripts/post-processing/scheduler/trace_sched_timings.py
@@ -32,6 +32,5 @@ for tr in threads:
 
     for timing in threads[tr]:
         f.write("%d\n" % (timing[0]*1000000 + timing[1]))
-    
-    f.close()
 
+    f.close()
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to