Skip to content

Commit

Permalink
Remove whitespace on blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 20, 2024
1 parent 7909b2d commit 204a819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/eessi_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def validate_item_in_dict(self, item, item_dict, check_keys=False):
valid_items_str = (', '.join("'" + item + "'" for item in valid_items))
msg = "The variable '%s' had value '%s', but the only valid values are %s" % (item, value, valid_items_str)
raise ReframeSyntaxError(msg)

# We have to make sure that these gets set in any test that inherits
# device_type = variable(str)
# scale = variable(str)
Expand Down

0 comments on commit 204a819

Please sign in to comment.