diff options
| author | 2019-05-04 08:26:27 +0100 | |
|---|---|---|
| committer | 2019-05-04 08:26:27 +0100 | |
| commit | 009daaeb629aa795dff0a2d51ffa0162bf321fbb (patch) | |
| tree | c005577b11b792279ff5fd03f680f46a20e1d05f /modules/github/__init__.py | |
| parent | Change 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/__init__.py')
| -rw-r--r-- | modules/github/__init__.py | 2 |
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): |
