Commit 47d5ae28 authored by Eric Zheng's avatar Eric Zheng

move debug info

parent a5c7a591
......@@ -113,9 +113,9 @@ class RunPromise(GenericPromise):
if username and password:
credentials = (username, password)
self.logger.info('credentials = %r', credentials)
else:
credentials = None
self.logger.info('credentials = %r', credentials)
self.request_and_check_code(url, verify=verify, timeout=timeout,
cert=cert, auth=credentials)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment