Skip to content

Commit a6b87e3

Browse files
authored
Merge pull request #66 from hashtopolis/fix-syntax
fixed bad syntax
2 parents a5b345d + 57afc50 commit a6b87e3

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)