Skip to content
Snippets Groups Projects
Commit 79abe628 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Add closing parentheses

Refs #20825
parent af095b2a
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ Output: ...@@ -75,7 +75,7 @@ Output:
ifile = open(finalfile, 'r') ifile = open(finalfile, 'r')
lines = ifile.readlines() lines = ifile.readlines()
ifile.close() ifile.close()
print("Number of peaks in table {}".format(len(lines)) print("Number of peaks in table {}".format(len(lines)))
Output: Output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment