##// END OF EJS Templates
nTxs can be >1 or <1. nTxs is always >0
Miguel Valdez -
r747:8ed399146c0d
parent child
Show More
@@ -1239,7 +1239,7 class JRODataReader(JRODataIO):
1239 1239 ext = ext.lower()
1240 1240 self.ext = ext
1241 1241 self.getByBlock = getblock
1242 self.nTxs = int(nTxs)
1242 self.nTxs = nTxs
1243 1243
1244 1244 if not(self.setNextFile()):
1245 1245 if (startDate!=None) and (endDate!=None):
General Comments 0
You need to be logged in to leave comments. Login now