commit 46e80e6bcf007c32528a32d0f4ada6b35113b5f3 Author: hiromipaw hiro@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')
tor-commits@lists.torproject.org