Skip to content

Commit

Permalink
Add missing WithProperties.
Browse files Browse the repository at this point in the history
whitequark committed Feb 15, 2018
1 parent bded5fc commit c581b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -122,7 +122,7 @@ def condaEnv(use_local=False, extra_vars={}):
path_entries.insert(0, local_bin_path)

env = {
'PATH': path_entries,
'PATH': WithProperties(path_entries),
'BUILDNUMBER': WithProperties('%(buildnumber)s'),
# otherwise, conda's stdout and tests' stderr output interleaves badly.
'PYTHONUNBUFFERED': '1'

0 comments on commit c581b93

Please sign in to comment.