From 20c51dc950d22659603e1b133aa172414d4fcfec Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 5 Mar 2020 16:56:19 +0100 Subject: plot-pr-contourmap: Don't use "print" Makes it compatible with Python 3 --- scripts/plot-pr-contourmap | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/plot-pr-contourmap b/scripts/plot-pr-contourmap index 39fedc97..d45a88a1 100755 --- a/scripts/plot-pr-contourmap +++ b/scripts/plot-pr-contourmap @@ -45,7 +45,6 @@ def update_graph(): global im, cnt, centre_marker filename="%s/grid-crystal%i-cycle%s-%s.dat" % (folder,crystal,cycle,varpair) - print filename with open(filename, "r") as f: -- cgit v1.2.3