update output file name.

This commit is contained in:
kuzh 2024-02-25 19:09:04 +01:00
parent d3ef4dd951
commit 0115887064
1 changed files with 1 additions and 1 deletions

View File

@ -1997,7 +1997,7 @@ def shell():
if args.share and not machine_format:
printer('Share results: %s' % results.share())
utilities.convert_and_save_to_xlsx(str(results), "tmp/f24-ch1.xlsx")
utilities.convert_and_save_to_xlsx(str(results), "tmp/f24-ch1-coi-db0-Shield.xlsx")
def main(iteration=1):