Skip to content

Commit

Permalink
Revert "Avoid repeating the variable name in info print"
Browse files Browse the repository at this point in the history
  • Loading branch information
linsword13 authored Dec 13, 2024
1 parent 61930c3 commit 96febc6
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 = "\n"
out_str = rucolor.nested_2(f"{indentation}{self.name}:\n")
for print_attr in print_attrs:
name = print_attr
if print_attr == "Values":
Expand Down

0 comments on commit 96febc6

Please sign in to comment.