Skip to content

Commit

Permalink
fixing issue from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Jan 19, 2025
1 parent f88f258 commit 6804c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml_converter/integration_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ def main() -> bool:
rawstdout, rawstderr, returncode = run_xml_converter(
input_xml=testcase.xml_input_paths,
input_proto=testcase.proto_input_paths,
output_xml=[xml_output_dir_path],
output_proto=[proto_output_dir_path],
output_xml=output_xml_paths,
output_proto=output_proto_paths,
allow_duplicates=testcase.allow_duplicates,
split_by_map_id=testcase.split_by_map_id
)
Expand Down

0 comments on commit 6804c9a

Please sign in to comment.