Skip to content

Commit 57afc50

Browse files
author
jessevz
committed
fixed bad syntax
1 parent a5b345d commit 57afc50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htpclient/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ def retrieve_binary(binary):
150150
# Fall back on system binary
151151
system_binary = shutil.which(binary)
152152

153-
if system_binary
153+
if system_binary:
154154
return system_binary
155155
return None

0 commit comments

Comments
 (0)