Skip to content

Commit

Permalink
os.environ
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Jun 21, 2017
1 parent 95fa10f commit 6bcf214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/u1604.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def maybe_rmtree(tree_dir):


def clean_coriander():
coriander_dir = join(os['HOME'], 'coriander')
coriander_dir = join(os.environ['HOME'], 'coriander')
maybe_rmtree(coriander_dir)


Expand Down

0 comments on commit 6bcf214

Please sign in to comment.