Skip to content

Commit 6066e9f

Browse files
lint ignore
1 parent 5b211b7 commit 6066e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ge_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _start(self):
8484

8585
cargo_bin = shutil.which('cargo')
8686

87-
self.process = subprocess.Popen(
87+
self.process = subprocess.Popen( # pylint: disable=consider-using-with
8888
[
8989
cargo_bin,
9090
'run',

0 commit comments

Comments
 (0)