From 3dc90d299a9fa6aa173f190a7cf9e9f1470dc2ff Mon Sep 17 00:00:00 2001 From: Addison Crump Date: Thu, 8 Aug 2024 15:21:34 +0200 Subject: [PATCH] format --- common/experiment_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/experiment_utils.py b/common/experiment_utils.py index 15b38d33e..30668ab12 100644 --- a/common/experiment_utils.py +++ b/common/experiment_utils.py @@ -128,6 +128,7 @@ def get_corpus_archive_name(cycle: int) -> str: """Returns a corpus archive name given a cycle.""" return get_cycle_filename('corpus-archive', cycle) + '.tar.gz' + def get_coverage_archive_name(cycle: int) -> str: """Returns a corpus archive name given a cycle.""" return get_cycle_filename('coverage-archive', cycle) + '.json'