We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefb3ad commit 93938ecCopy full SHA for 93938ec
.github/scripts/merge_retagger_results.py
@@ -53,7 +53,6 @@ def merge_reports(reports: list[str], outfile: str):
53
def main(outfile: str, source_dir: str, pattern: str):
54
path = f"{source_dir}/{pattern}"
55
files = glob.glob(path)
56
- if len(files) == 0: raise FileNotFoundError("No report file found")
57
58
files = [file for file in files if file.endswith(".json")]
59
merge_reports(files, outfile)
0 commit comments