[@spackbot] updating style on behalf of psakievich
This commit is contained in:
parent
65d32db087
commit
17761f3e57
@ -1396,7 +1396,6 @@ def condition(
|
|||||||
raise ValueError(f"Must provide a name for anonymous condition: '{required_spec}'")
|
raise ValueError(f"Must provide a name for anonymous condition: '{required_spec}'")
|
||||||
|
|
||||||
with spec_with_name(required_spec, name):
|
with spec_with_name(required_spec, name):
|
||||||
|
|
||||||
# Check if we can emit the requirements before updating the condition ID counter.
|
# Check if we can emit the requirements before updating the condition ID counter.
|
||||||
# In this way, if a condition can't be emitted but the exception is handled in the
|
# In this way, if a condition can't be emitted but the exception is handled in the
|
||||||
# caller, we won't emit partial facts.
|
# caller, we won't emit partial facts.
|
||||||
@ -2000,7 +1999,10 @@ def define_ad_hoc_versions_from_specs(
|
|||||||
# best possible, so they're guaranteed to be used preferentially.
|
# best possible, so they're guaranteed to be used preferentially.
|
||||||
version = s.versions.concrete
|
version = s.versions.concrete
|
||||||
|
|
||||||
if version is None or any((v == version and not isinstance(version, vn.GitVersion)) for v in self.possible_versions[s.name]):
|
if version is None or any(
|
||||||
|
(v == version and not isinstance(version, vn.GitVersion))
|
||||||
|
for v in self.possible_versions[s.name]
|
||||||
|
):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if require_checksum and not _is_checksummed_git_version(version):
|
if require_checksum and not _is_checksummed_git_version(version):
|
||||||
|
Loading…
Reference in New Issue
Block a user