This commit is contained in:
Thomas Nagy 2017-01-06 23:14:51 +01:00
parent 3a12b52372
commit fb4116f10e
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ def find_program(self, filename, **kw):
:param path_list: paths to use for searching
:type param_list: list of string
:param var: store the result to conf.env[var], by default use filename.upper()
:param var: store the result to conf.env[var] where var defaults to filename.upper() if not provided; the result is stored as a list of strings
:type var: string
:param value: obtain the program from the value passed exclusively
:type value: list or string (list is preferred)