aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-04 08:26:27 +0100
committerGravatar jesopo2019-05-04 08:26:27 +0100
commit009daaeb629aa795dff0a2d51ffa0162bf321fbb (patch)
treec005577b11b792279ff5fd03f680f46a20e1d05f /modules/github
parentChange min duck messages to 40, change chance back to 5% (diff)
signature
Give empty array arg to WARN call in github module
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index ff85b8f8..3cc480e4 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -438,7 +438,7 @@ class Module(ModuleManager.BaseModule):
return page.headers["Location"]
except utils.http.HTTPTimeoutException:
self.log.warn(
- "HTTPTimeoutException while waiting for github short URL")
+ "HTTPTimeoutException while waiting for github short URL", [])
return url
def _iso8601(self, s):