Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 17, 2024
1 parent bd3469e commit db85e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def inject_gpu_property(ec):
key = 'modluafooter'
values = [add_gpu_property]
for package, version in packages_version.items():
envvar = "EESSI%sVERSION" %s package.upper()
envvar = "EESSI%sVERSION" % package.upper()
values.append('setenv("%s","%s")' % (envvar, version))
if not key in ec_dict:
ec[key] = '\n'.join(values)
Expand Down

0 comments on commit db85e23

Please sign in to comment.