Closed rsaggino closed 4 years ago
The second point could be easily fixed in this way: `
controllers_list=list(set(list_all_controllers(process_group.id)))
for x in list_all_controllers(process_group.id):
delete_controller(x, True)
`
This is a terrible oversight on my part, I'll write some tests for reproduction next week. Thanks for letting me know!
On Fri, 13 Dec 2019, 15:18 rsaggino, notifications@github.com wrote:
The second point could be easily fixed in this way: `
controllers_list=list(set(list_all_controllers(process_group.id))) for x in list_all_controllers(process_group.id): delete_controller(x, True)
`
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Chaffelson/nipyapi/issues/167?email_source=notifications&email_token=ACZAZOB7HP5MONQDCH5M7TTQYOKSVA5CNFSM4J2KRHU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG2DAFY#issuecomment-565456919, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZAZOB5DXISOUJ2EM2RWS3QYOKSVANCNFSM4J2KRHUQ .
Description
I noticed a few issues with the experimental forceful removal of PGs: