Give empty array arg to WARN call in github module
This commit is contained in:
parent
d999548020
commit
009daaeb62
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
return page.headers["Location"]
|
return page.headers["Location"]
|
||||||
except utils.http.HTTPTimeoutException:
|
except utils.http.HTTPTimeoutException:
|
||||||
self.log.warn(
|
self.log.warn(
|
||||||
"HTTPTimeoutException while waiting for github short URL")
|
"HTTPTimeoutException while waiting for github short URL", [])
|
||||||
return url
|
return url
|
||||||
|
|
||||||
def _iso8601(self, s):
|
def _iso8601(self, s):
|
||||||
|
|
Loading…
Reference in a new issue