Skip to content

Commit

Permalink
Update comment line in test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krishean authored and bagder committed Jun 5, 2023
1 parent 8f330c4 commit e2e572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def main(argc, argv):
baseCmd += ".exe"
# check if the trurl executable exists
if path.isfile(baseCmd):
# get the run-time and build-time libcurl versions
# get the version info for the feature list
output = run(
[baseCmd, "--version"],
stdout=PIPE, stderr=PIPE,
Expand Down

0 comments on commit e2e572a

Please sign in to comment.