mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Various minor fixes in nightly pipeline
This commit is contained in:
@@ -65,7 +65,7 @@ class TestFileTransmission(BaseTest):
|
||||
shutil.rmtree(self.tdir)
|
||||
self.responses = []
|
||||
if self.orig_home is None:
|
||||
os.environ.pop('HOME')
|
||||
os.environ.pop('HOME', None)
|
||||
else:
|
||||
os.environ['HOME'] = self.orig_home
|
||||
|
||||
|
||||
Reference in New Issue
Block a user