Fix Flake8 errors
[integration/test.git] / tools / wcbench / stats.py
index deb8c78d58dc9a857041b3145b4e81762c774ebc..30586783753c4b467cd363a0303f98d3ada6e8dd 100755 (executable)
@@ -332,7 +332,7 @@ elif args.graphs:
 else:
     graphs_to_build = []
 for graph, graph_num in zip(graphs_to_build, range(len(graphs_to_build))):
-    graph_map[graph](len(graphs_to_build), graph_num+1)
+    graph_map[graph](len(graphs_to_build), graph_num + 1)
 
 # Compute stats
 if args.all_stats:
@@ -355,7 +355,7 @@ if args.graphs or args.all_graphs:
         pyplot.subplots_adjust(hspace=.7)
     else:
         pyplot.subplots_adjust(hspace=.7)
-        print "WARNING: That's a lot of graphs. Add a second column?"
+        print("WARNING: That's a lot of graphs. Add a second column?")
     pyplot.show()
 
 # Print stats