Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Apr 25, 2024
1 parent 44b34c5 commit ca2b36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion law/contrib/cms/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def parse_name(cls, name):
if "dir" in values:
values["dir"] = expand(values["dir"])
else:
h = create_hash((cls.sandbox_type, values["version"], values.get("setup")))
h = create_hash((CMSSWSandbox.sandbox_type, values["version"], values.get("setup")))
values["dir"] = law_home_path("cms", "cmssw", "{}_{}".format(values["version"], h))

if "cores" in values:
Expand Down

0 comments on commit ca2b36a

Please sign in to comment.