Legoktm has submitted this change and it was merged.
Change subject: Fix references to some old code
......................................................................
Fix references to some old code
Change-Id: Ifae2d5a5837207f7cb7366ab0c8ec7fc2477982e
---
M sf.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Legoktm: Verified; Looks good to me, approved
diff --git a/sf.py b/sf.py
index ee65ca1..b79e67c 100644
--- a/sf.py
+++ b/sf.py
@@ -73,10 +73,10 @@
return self._json
def description(self):
- return t.json['ticket']['description']
+ return self.json['ticket']['description']
def summary(self):
- return t.json['ticket']['summary']
+ return self.json['ticket']['summary']
def comments(self):
for cmt in self.json['ticket']['discussion_thread']['posts']:
--
To view, visit https://gerrit.wikimedia.org/r/81172
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifae2d5a5837207f7cb7366ab0c8ec7fc2477982e
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/sf-export
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits