Explorar el Código

make sonarqube happy

Samuel Thibault hace 8 años
padre
commit
9468394d25
Se han modificado 1 ficheros con 1 adiciones y 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+")