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 e82a1fe commit ff048beCopy full SHA for ff048be
tools/maint/rebaseline_tests.py
@@ -88,7 +88,7 @@ def main():
88
filenames = []
89
for line in output.splitlines():
90
filename = line.strip().rsplit(' ', 1)[1]
91
- if filename.startswith('test') and os.path.isfile(file):
+ if filename.startswith('test') and os.path.isfile(filename):
92
filenames.append(filename)
93
94
if args.check_only:
0 commit comments