in DocBuild.py [0:0]
def CloseYml(self): if self.Yml is not None: self.Yml.close() with open(self.YmlFilePathOut, 'r') as a: logging.debug("FINAL YML file") logging.debug(a.read())