Created
March 15, 2017 22:48
-
-
Save anonymous/b554ac58762f5760ebcf77bf2f00469a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 0d44411cfba1 src/bbi/commands.py | |
--- a/src/bbi/commands.py Mon Feb 22 11:42:45 2016 +0100 | |
+++ b/src/bbi/commands.py Wed Mar 15 23:38:38 2017 +0100 | |
@@ -43,7 +43,7 @@ | |
output.append(" responsible: %s %s (%s)" % (responsible['first_name'], | |
responsible['last_name'], responsible['username'])) | |
output.append(" created: %s" % issue['created_on']) | |
- output.append(" comments: %s" % issue['comment_count']) | |
+ # output.append(" comments: %s" % issue['comment_count']) | |
# metadata | |
metadata = issue['metadata'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment