[add] differentiation between automatic and manual picks imported from new
style XML file
This commit is contained in:
@@ -255,7 +255,7 @@ class PDFDictionary(object):
|
||||
if len(cat) > 1:
|
||||
raise NotImplementedError('reading more than one event at the same '
|
||||
'time is not implemented yet! Sorry!')
|
||||
return PDFDictionary(picksdict_from_picks(cat[0]))
|
||||
return PDFDictionary(picksdict_from_picks(cat[0])) # MP MP TODO: change function argument (auto/manu)
|
||||
|
||||
def get_all(self, phase):
|
||||
rlist = list()
|
||||
|
||||
Reference in New Issue
Block a user