##// END OF EJS Templates
falta
José Chávez -
r1059:5e064f9e5ed9
parent child
Show More
@@ -14,11 +14,11 from schainpy.utils.log import logToFile
14 14 from xml.etree.ElementTree import ElementTree, Element, SubElement, tostring
15 15 from xml.dom import minidom
16 16
17 from multiprocessing import cpu_count
17 18 from schainpy.model import *
18 19 from time import sleep
19 20
20 21
21
22 22 def prettify(elem):
23 23 """Return a pretty-printed XML string for the Element.
24 24 """
@@ -1516,7 +1516,6 class JRODataReader(JRODataIO):
1516 1516 warnings=True,
1517 1517 server=None,
1518 1518 verbose=True, **kwargs):
1519
1520 1519 if not(self.isConfig):
1521 1520 # self.dataOut = dataOut
1522 1521 self.setup( path=path,
General Comments 0
You need to be logged in to leave comments. Login now