Fixed some indentation errors
This commit is contained in:
parent
4d74784209
commit
f27f2f8e49
1 changed files with 4 additions and 4 deletions
|
@ -281,13 +281,13 @@ def concretize_architecture(self, spec):
|
|||
"""
|
||||
|
||||
platform = spack.architecture.sys_type()
|
||||
|
||||
if spec.architecture is None:
|
||||
# Create an empty tuple
|
||||
Arch = spack.architecture.Arch
|
||||
# Set the architecture to all defaults
|
||||
spec.architecture = Arch(platform=platform,
|
||||
None,
|
||||
None)
|
||||
spec.architecture = Arch(platform=platform, platform_os=None,
|
||||
target=None)
|
||||
return True
|
||||
#If there is a target and it is a tuple and has both filled return
|
||||
#False
|
||||
|
|
Loading…
Reference in a new issue