Skip to content

Commit

Permalink
Merge pull request #399 from doismellburning/feature/restore-default-…
Browse files Browse the repository at this point in the history
…location

Remove tempdir storage location
  • Loading branch information
cyberdelia committed Jan 13, 2015
2 parents f7f84f7 + 939e50f commit b973a4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pipeline/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
class PipelineMixin(object):
packing = True

def __init__(self, location=None, *args, **kwargs):
if not settings.PIPELINE_ENABLED and location is None:
location = tempfile.mkdtemp()
super(PipelineMixin, self).__init__(location, *args, **kwargs)

def post_process(self, paths, dry_run=False, **options):
if dry_run:
return
Expand Down

0 comments on commit b973a4b

Please sign in to comment.