Skip to content

Commit

Permalink
Merge pull request #778 from linsword13/info
Browse files Browse the repository at this point in the history
Avoid repeating the variable name in info print
  • Loading branch information
douglasjacobsen authored Nov 23, 2024
2 parents ff9f888 + dc025d5 commit d018a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ramble/ramble/workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def as_str(self, n_indent: int = 0):

print_attrs = ["Description", "Default", "Values"]

out_str = rucolor.nested_2(f"{indentation}{self.name}:\n")
out_str = "\n"
for print_attr in print_attrs:
name = print_attr
if print_attr == "Values":
Expand Down

0 comments on commit d018a18

Please sign in to comment.