- minor fix
This commit is contained in:
parent
937bafb493
commit
9f10bf6947
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue