mirror of
https://github.com/searxng/searxng.git
synced 2026-06-01 07:27:16 +02:00
Merge pull request #44 from searxng/dependabot/pip/master/pylint-2.8.2
Bump pylint from 2.7.4 to 2.8.2
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ class SearxRobotLayer():
|
||||
dirname(__file__) + '/settings_robot.yml')
|
||||
|
||||
# run the server
|
||||
self.server = subprocess.Popen(
|
||||
self.server = subprocess.Popen( # pylint: disable=consider-using-with
|
||||
[exe, webapp],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.STDOUT
|
||||
|
||||
Reference in New Issue
Block a user