Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
20c51dc9
Commit
20c51dc9
authored
Mar 05, 2020
by
Thomas White
Browse files
plot-pr-contourmap: Don't use "print"
Makes it compatible with Python 3
parent
f504be5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/plot-pr-contourmap
View file @
20c51dc9
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment