Merge "Fix typo in tests/base.py"
This commit is contained in:
@@ -102,7 +102,7 @@ class GitRepo(fixtures.Fixture):
|
||||
self._file_list.add(tmpfile.name)
|
||||
break
|
||||
tmpfile.close()
|
||||
os.remote(tmpfile.name)
|
||||
os.remove(tmpfile.name)
|
||||
tmpfile.write(contents)
|
||||
tmpfile.close()
|
||||
return tmpfile.name
|
||||
|
Reference in New Issue
Block a user