Skip to content

Commit

Permalink
update tree
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Mar 13, 2024
1 parent fb522c2 commit 574de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/style/check-parameter-order.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def compare_component_parameters(cc_file, args):
def main():
print(str(subprocess.run(["pwd"], stdout=subprocess.PIPE).stdout))
# print(str(subprocess.run(["tree", "-L", "3"], stdout=subprocess.PIPE).stdout))
tree = subprocess.run(["tree", "-L", "4"], stdout=subprocess.PIPE, text=True)
tree = subprocess.run(["tree", "../../..", "-L", "4"], stdout=subprocess.PIPE, text=True)
print(tree.stdout)
args = parse_args()
errors = []
Expand Down

0 comments on commit 574de7f

Please sign in to comment.