Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17664d0

Browse files
committed
Remove redundant elif
1 parent 86cbd67 commit 17664d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/tests/backend_driver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ def parse_options():
200200
elif options.valgrind:
201201
python = ['valgrind', '--tool=memcheck', '--leak-check=yes',
202202
'--log-file=%(name)s', sys.executable]
203-
elif sys.platform == 'win32':
204-
python = [sys.executable]
205203
else:
206204
python = [sys.executable]
207205

0 commit comments

Comments
 (0)