[tor-commits] [trac-email/master] Add a small comment
hiro at torproject.org
hiro at torproject.org
Thu Dec 15 10:39:53 UTC 2016
commit 46e80e6bcf007c32528a32d0f4ada6b35113b5f3
Author: hiromipaw <hiro at torproject.org>
Date: Thu Dec 15 11:39:46 2016 +0100
Add a small comment
---
notify.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/notify.py b/notify.py
index 0ae60b7..0a6b33a 100755
--- a/notify.py
+++ b/notify.py
@@ -97,6 +97,7 @@ with open('/home/tracadm/log/test.log', 'w') as f:
tkt = find_or_create_ticket(msg, env)
if tkt:
+ # Doing this just for debugging atm.
f.write(str(tkt))
else:
f.write('Could not create Ticket. I should send an email back I suppose \n')
More information about the tor-commits
mailing list