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 5b211b7 commit 6066e9fCopy full SHA for 6066e9f
tests/ge_test.py
@@ -84,7 +84,7 @@ def _start(self):
84
85
cargo_bin = shutil.which('cargo')
86
87
- self.process = subprocess.Popen(
+ self.process = subprocess.Popen( # pylint: disable=consider-using-with
88
[
89
cargo_bin,
90
'run',
0 commit comments