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 a5b345d commit 57afc50Copy full SHA for 57afc50
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