Skip to content
Snippets Groups Projects
Commit f86d0c8e authored by zaidbamber161's avatar zaidbamber161
Browse files

Fixed quality test

parent bc7e2a90
No related merge requests found
......@@ -104,8 +104,7 @@ class XQueueInterface(object):
log.debug("Failed to login to queue: %s", content)
log.info(
u"Login failed content information:{content} "
u"Login failed error information:{error} "
.format(content=content, error=error)
u"Login failed error information:{error} ".format(content=content, error=error)
)
return (error, content)
if files_to_upload is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment