Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 13f920c

Browse files
committed
Change log scope to info in repro get_files
1 parent 4a3472b commit 13f920c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/onefuzz/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def get_files(
557557
report_bytes = self.onefuzz.containers.files.get(report_container, report_name)
558558
report = json.loads(report_bytes)
559559

560-
self.logger.debug(
560+
self.logger.info(
561561
"downloading files necessary to locally repro crash %s",
562562
report["input_blob"]["name"],
563563
)
@@ -573,7 +573,7 @@ def get_files(
573573
self.onefuzz.jobs.containers.list(
574574
report["job_id"], enums.ContainerType.setup
575575
)
576-
).pop()
576+
)[0]
577577
self.onefuzz.containers.files.download_dir(
578578
primitives.Container(setup_container), output_dir
579579
)

0 commit comments

Comments
 (0)