This commit is contained in:
Egor Guslyancev 2024-04-30 15:54:36 -03:00
parent 1fc9126ace
commit a709261f58
GPG Key ID: D7E709AA465A55F9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def resolve_logs(tries = 3, backup = True, backup_name = None):
return
if backup:
backup_name = f"backup{str(int(time()))}.db"
db.save()
db.save(backup_name)
try:
for test in pending:
logs = db.pop(f"tests.{test}.logs")