- minor fix

This commit is contained in:
Dmytro Bogovych 2023-08-22 14:56:52 +03:00
parent 937bafb493
commit 9f10bf6947
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class QualtestBackend:
if r.status_code != 200:
raise RuntimeError(f'Server returned code {r.status_code}')
result = (r.content.decode().strip(), True)
result = (r.content.decode().strip('" '), True)
except Exception as e:
utils.log_error(f'Upload report to {self.address} finished with error: {str(e)}')
# Backup probe result