diff roundup/rest.py @ 5619:1c9208fa9127

Make sure a commentis a comment.
author John Rouillard <rouilj@ieee.org>
date Sat, 16 Feb 2019 16:12:37 -0500
parents 1ad3881fc683
children 5f8e6034427c
line wrap: on
line diff
--- a/roundup/rest.py	Sat Feb 16 15:37:14 2019 -0500
+++ b/roundup/rest.py	Sat Feb 16 16:12:37 2019 -0500
@@ -1128,7 +1128,7 @@
 
         if ( ext_type ):
             # strip extension so uri make sense
-            .../issue.json -> .../issue
+            # .../issue.json -> .../issue
             uri = uri[:-( len(ext_type) + 1 )]
 
         # check for pretty print

Roundup Issue Tracker: http://roundup-tracker.org/