From 3de3664671409d9045fc6d907a053f547391ddce Mon Sep 17 00:00:00 2001 From: Elizabeth Fischer Date: Thu, 6 Oct 2016 05:40:24 -0400 Subject: Fix fetch() method. Was being called with "wrong" arguments, raising exception. (#1916) DIYFetchBugfix --- lib/spack/spack/stage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/stage.py b/lib/spack/spack/stage.py index 01e069ded1..1b12966bc1 100644 --- a/lib/spack/spack/stage.py +++ b/lib/spack/spack/stage.py @@ -542,7 +542,7 @@ class DIYStage(object): def chdir_to_source(self): self.chdir() - def fetch(self, mirror_only): + def fetch(self, *args, **kwargs): tty.msg("No need to fetch for DIY.") def check(self): -- cgit v1.2.3-70-g09d2