summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mumax/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/mumax/package.py')
-rw-r--r--var/spack/repos/builtin/packages/mumax/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mumax/package.py b/var/spack/repos/builtin/packages/mumax/package.py
index c302a71ec0..68948fc43a 100644
--- a/var/spack/repos/builtin/packages/mumax/package.py
+++ b/var/spack/repos/builtin/packages/mumax/package.py
@@ -57,7 +57,7 @@ class Mumax(MakefilePackage, CudaPackage):
return join_path(self.gopath, "src/github.com/mumax/3")
def do_stage(self, mirror_only=False):
- super(Mumax, self).do_stage(mirror_only)
+ super().do_stage(mirror_only)
if not os.path.exists(self.mumax_gopath_dir):
# Need to move source to $GOPATH and then symlink the original
# stage directory