plainolneesh commented on a change in pull request #338: URL: https://github.com/apache/fluo-muchos/pull/338#discussion_r490563943
########## File path: lib/muchos/ec2.py ########## @@ -322,8 +323,8 @@ def terminate(self): if path.isfile(self.config.hosts_path): os.remove(self.config.hosts_path) print("Removed hosts file at ", self.config.hosts_path) - else: - print("Aborted termination") + else: Review comment: I don't see line 326 in the current version. I think this was outdated. But if I am overlooking this, please let me know. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org