RKuttruff commented on code in PR #232:
URL: 
https://github.com/apache/incubator-sdap-nexus/pull/232#discussion_r1130266267


##########
analysis/webservice/nexus_tornado/app_builders/NexusAppBuilder.py:
##########
@@ -31,7 +31,10 @@ def __init__(self):
 
         class VersionHandler(tornado.web.RequestHandler):
             def get(self):
-                
self.write(pkg_resources.get_distribution("nexusanalysis").version)
+                analysis_version = 
pkg_resources.get_distribution("nexusanalysis").version

Review Comment:
   Currently they are, but could we possibly want them to be different versions 
at some point?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to