skorper commented on code in PR #232: URL: https://github.com/apache/incubator-sdap-nexus/pull/232#discussion_r1130262446
########## 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: Aren't these always the same? We are using a common version across both components (see setup.py/VERSION.txt) -- 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