Skip to content

Commit

Permalink
fg
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 13, 2024
1 parent edc1e02 commit b636ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/end_to_end/utils_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def get_out_data(output_dir, files_to_read: FilesToRead) -> Outputs:
for path in Path(output_dir).iterdir():
if path.suffix == ".zip":
with zipfile.ZipFile(path, "r") as archive:
print(f"---------------\n {archive.namelist()}\n---------------")
out = Outputs()
out.out_json = json.loads(archive.read(files_to_read.out_json.as_posix()))
out.options_json = json.loads(archive.read(files_to_read.options_json.as_posix()))
Expand Down

0 comments on commit b636ac8

Please sign in to comment.