Skip to content

Commit

Permalink
Update cogen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Aug 20, 2024
1 parent 6abaf3b commit acd14c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lely_core_libraries/cogen/cogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():
for node_name in nodes:
modified_file[node_name] = nodes[node_name]

with open(args.output_file, mode="wt") as output:
with open(args.output_file, mode="w") as output:
yaml.dump(modified_file, output)

return
Expand Down

0 comments on commit acd14c2

Please sign in to comment.