Skip to content

Commit

Permalink
fix the non pretty name for cores
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Apr 15, 2024
1 parent ab47d5d commit d0bce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabrictestbed_extensions/fablib/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Resources:
HOSTS = "Hosts"

site_attribute_name_mappings = {
CORES.lower(): {NON_PRETTY_NAME: CORES, PRETTY_NAME: CORES, HEADER_NAME: CORES},
CORES.lower(): {NON_PRETTY_NAME: CORES.lower(), PRETTY_NAME: CORES, HEADER_NAME: CORES},
RAM.lower(): {
NON_PRETTY_NAME: RAM.lower(),
PRETTY_NAME: RAM,
Expand Down

0 comments on commit d0bce03

Please sign in to comment.