Explorar o código

make sonarqube happy

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
9468394d25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/starpu_trace_state_stats.py

+ 1 - 1
tools/starpu_trace_state_stats.py

@@ -218,7 +218,7 @@ def calc_times(stats):
             ti += stat._duration_time
         else:
             print("WARNING: Unknown category '" + stat._category + "'!")
-    return (ti, tr, tt, ts)
+    return ti, tr, tt, ts
 
 def save_times(ti, tr, tt, ts):
     f = open("times.csv", "w+")