fixed running without a given dataset
This commit is contained in:
@@ -654,9 +654,6 @@ class VirtualICC(object):
|
||||
logging.info("Reading Data Groups from file %s.",
|
||||
datasetfile)
|
||||
self.cardGenerator.readDatagroups(datasetfile)
|
||||
else:
|
||||
logging.info("Data Set File %s not found, using default values for datagroups.",
|
||||
self.datasetfile)
|
||||
|
||||
MF, SAM = self.cardGenerator.getCard()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user