jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/626054 )

Change subject: [FIX] call to isoformat method
......................................................................

[FIX] call to isoformat method

Change-Id: I4af245bc82144a6beabe7d225277ff35acf44d8b
---
M pywikibot/comms/eventstreams.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/comms/eventstreams.py b/pywikibot/comms/eventstreams.py
index ca85938..472b36b 100644
--- a/pywikibot/comms/eventstreams.py
+++ b/pywikibot/comms/eventstreams.py
@@ -116,7 +116,7 @@
             if isinstance(self._since, str) and '-' not in self._since:
                 self._since = Timestamp.fromtimestampformat(self._since)
             if isinstance(self._since, Timestamp):
-                self._since = self._since.isoformat
+                self._since = self._since.isoformat()

         self._url = kwargs.get('url') or self.url
         kwargs.setdefault('url', self._url)

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/626054
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I4af245bc82144a6beabe7d225277ff35acf44d8b
Gerrit-Change-Number: 626054
Gerrit-PatchSet: 2
Gerrit-Owner: JJMC89 <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to