extract_graph_data.py: print() is a function in modern Python

This commit is contained in:
Christian Clauss
2025-05-24 10:31:09 +02:00
committed by GitHub
parent 24b78782bd
commit f756b741f3

View File

@@ -64,4 +64,4 @@ try:
write_csv(deq_data, 'dequeue.csv')
write_csv(heavy_data, 'heavy.csv', False)
except IOError:
print 'Usage: ' + sys.argv[0] + ' path/to/benchmarks.log'
print('Usage: ' + sys.argv[0] + ' path/to/benchmarks.log')