RKuttruff commented on code in PR #232: URL: https://github.com/apache/incubator-sdap-nexus/pull/232#discussion_r1130268897
########## 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: I see. I'll roll this back then. -- 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