Skip to content

Commit

Permalink
Add missing type conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Mar 26, 2018
1 parent edd4c36 commit d8d16b6
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
Expand Up @@ -100,7 +100,7 @@ def condaEnv(use_local=False, extra_vars={}):
if use_local:
env_root = [builddir, "..", "miniconda", "envs",
"buildbot-" + props.getProperty("buildername") +
"-" + props.getProperty("buildnumber")]
"-" + str(props.getProperty("buildnumber"))]
else:
env_root = [builddir, "..", "miniconda"]

Expand Down

0 comments on commit d8d16b6

Please sign in to comment.