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.
2 parents a5b345d + 57afc50 commit a6b87e3Copy full SHA for a6b87e3
1 file changed
htpclient/helpers.py
@@ -150,6 +150,6 @@ def retrieve_binary(binary):
150
# Fall back on system binary
151
system_binary = shutil.which(binary)
152
153
- if system_binary
+ if system_binary:
154
return system_binary
155
return None
0 commit comments