BOM-2477: pylint warnings lint-amnesty (#27585)
This commit is contained in:
@@ -99,7 +99,7 @@ class TestSuite:
|
||||
process = None
|
||||
|
||||
try:
|
||||
process = subprocess.Popen(cmd, **kwargs)
|
||||
process = subprocess.Popen(cmd, **kwargs) # lint-amnesty, pylint: disable=consider-using-with
|
||||
return self.is_success(process.wait())
|
||||
except KeyboardInterrupt:
|
||||
kill_process(process)
|
||||
|
||||
Reference in New Issue
Block a user