[add] differentiation between automatic and manual picks imported from new

style XML file
This commit is contained in:
2017-08-09 14:15:50 +02:00
parent 29165aadc7
commit acaf7f5172
4 changed files with 66 additions and 63 deletions

View File

@@ -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()