Skip to content

Commit c67f0bd

Browse files
committed
ignore one more error
1 parent d726196 commit c67f0bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release_tester/arangodb/starter/deployments/selenium_deployments/selenoid_swiper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ def cleanup_temp_files(is_headless):
3131
shutil.rmtree(one_tmp_file)
3232
else:
3333
one_tmp_file.unlink()
34+
except KeyError:
35+
pass
3436
except FileNotFoundError:
3537
pass

0 commit comments

Comments
 (0)