Skip to content

Commit

Permalink
Cleanup tmpdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Sep 7, 2013
1 parent 24123ed commit 64225a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion changes/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ def install(arguments):
log.info('Error installing %s sdist', app_name)


path(tmp_dir).rmtree(path(tmp_dir))


def upload(arguments):
dry_run = arguments['--dry-run']
pypi = arguments['--pypi']
Expand Down Expand Up @@ -332,7 +335,7 @@ def pypi(arguments):
log.exception('')
log.info('Error installing %s from %s', app_name, package_index)


path(tmp_dir).rmtree(path(tmp_dir))


def tag(arguments):
Expand Down

0 comments on commit 64225a8

Please sign in to comment.