We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513b061 commit 7dfe5beCopy full SHA for 7dfe5be
osgtest/tests/test_230_gratia.py
@@ -19,7 +19,7 @@ def patternreplace(self, infile_name, pattern, full_line):
19
20
infile = open(infile_name, "r")
21
outfile_name = infile_name + ".tmp"
22
- outfile = file(outfile_name, 'w')
+ outfile = open(outfile_name, 'w')
23
24
#If the pattern is found in a non-comment line, replace the line with the passed in "full_line"
25
for line in infile:
0 commit comments