summaryrefslogtreecommitdiff
path: root/lib/spack/spack/stage.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/stage.py')
-rw-r--r--lib/spack/spack/stage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/stage.py b/lib/spack/spack/stage.py
index df2fe83dac..8574df71e9 100644
--- a/lib/spack/spack/stage.py
+++ b/lib/spack/spack/stage.py
@@ -145,7 +145,7 @@ class Stage(object):
back to making the stage inside spack.stage_path.
"""
# Create the top-level stage directory
- spack.mkdirp(spack.stage_path)
+ mkdirp(spack.stage_path)
self._cleanup_dead_links()
# If this is a named stage, then construct a named path.