Skip to content

Commit c28b97b

Browse files
lint check and fix python2 print and exception issues (#21)
* lint check and fix python2 print and exception issues * [pre-commit.ci] auto fixes from pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 866e714 commit c28b97b

File tree

4 files changed

+487
-280
lines changed

4 files changed

+487
-280
lines changed

Diff for: diffpy/srmise/pdfpeakextraction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ def find_qmax(r, y, showgraphs=False):
913913

914914
plt.show()
915915
plt.ioff()
916-
raw_input()
916+
input()
917917

918918
return (qmax, dq)
919919

0 commit comments

Comments
 (0)