Closed ikahbasi closed 3 years ago
Read does not support wildcards and I'm surprised that anything is read in at all when you include the star.
If you want to implement wild card support you can, but can you please do it for all the read functions.
Edited to trim email trail
Read does not support wildcards and I'm surprised that anything is read in at all when you include the star.
But in tutorial described that read
function in Party()
supports wildcards.
If you want to implement wild card support you can, but can you please do it for all the read functions.
Sure. But I don't have knowledge right now unfortunately. I will try to make it when I get enough skills.
Ah, so I do, and so it should. Bugger!
Will test and fix at some point. Thanks for pointing this out.
Your welcome.
Closed by #453
Describe the bug I have parties in my directory. When I use
p = Party().read('*')
to read all of them,p
contains all families but not all detections. It only have detections of last file.To Reproduce
Expected behavior It should have all detections when we use '*'.
Desktop (please complete the following information):