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 ca27c0b commit efd0de7Copy full SHA for efd0de7
unittests/file_cache_tester.py
@@ -53,8 +53,8 @@ def test_update(self):
53
"cache didn't recognize that some files on disk has been changed")
54
55
# We wrote a //touch in the header file. Just replace the file with the
56
- # original content. The touched file would be sometimes commited by error
57
- # as it was modified.
+ # original content. The touched file would be sometimes commited by
+ # error as it was modified.
58
new_header = open(self.header, "w")
59
new_header.write(content)
60
new_header.close()
0 commit comments