removed creation of old deploy file

This commit is contained in:
Blake J. Harnden 2018-08-22 16:18:48 -07:00
parent 4649563664
commit 79af4a6f8d

View file

@ -39,7 +39,6 @@ from core.netns import nodes
from core.sdt import Sdt
from core.service import CoreServices
from core.xml import corexml, corexmldeployment
from core.xml.xmlsession import save_session_xml
class Session(object):
@ -385,7 +384,6 @@ class Session(object):
xml_writer = corexml.CoreXmlWriter(self)
corexmldeployment.CoreXmlDeployment(self, xml_writer.scenario)
xml_writer.write(xml_file_name)
save_session_xml(self, xml_file_name + ".old", xml_file_version)
def get_environment(self, state=True):
"""