diff options
author | Thomas White <taw@physics.org> | 2020-03-05 16:56:19 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-03-05 16:56:19 +0100 |
commit | 20c51dc950d22659603e1b133aa172414d4fcfec (patch) | |
tree | 21be8d8525233372b44cf21aa232cb1bc5bf5da3 | |
parent | f504be5b36d2bee62ee5565a510799e4db648826 (diff) |
plot-pr-contourmap: Don't use "print"
Makes it compatible with Python 3
-rwxr-xr-x | scripts/plot-pr-contourmap | 1 |
1 files changed, 0 insertions, 1 deletions
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: |