Skip to content

Commit

Permalink
add pwd output
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Mar 13, 2024
1 parent d1ff2b3 commit e336ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/style/check-parameter-order.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def compare_component_parameters(cc_file, args):
return found_error, error_msg

def main():
print(str(subprocess.run(["pwd"], stdout=subprocess.PIPE).stdout))
args = parse_args()
errors = []
for cc_file in args.cc_file:
Expand Down

0 comments on commit e336ea1

Please sign in to comment.