Logic Flow Bug #39

Closed
opened 2025-12-04 08:54:08 -05:00 by mysticmomba · 1 comment
Owner

When returning from "Find and Move Quiet Hosts to Enforcement", the program doesn't process any data and returns to the policy selection screen with the following errors
"Analysis failed: The truth value of a Series is ambiguous. Use a.bool(), a.item(), a.any() or a.all()."

Traceback (most recent call last): 
File "c:\users\<user>\Downloads\AirlockApproval\TUI\Screens\quietagentworkflowscreen.py, line 397, in _perform_analysis
     self.non_enforce_ready_df = agents[not agents["enforce_ready"]].copy()

I have attached screenshots of the error as well.

When returning from "Find and Move Quiet Hosts to Enforcement", the program doesn't process any data and returns to the policy selection screen with the following errors "Analysis failed: The truth value of a Series is ambiguous. Use a.bool(), a.item(), a.any() or a.all()." ``` Traceback (most recent call last): File "c:\users\<user>\Downloads\AirlockApproval\TUI\Screens\quietagentworkflowscreen.py, line 397, in _perform_analysis self.non_enforce_ready_df = agents[not agents["enforce_ready"]].copy() ``` I have attached screenshots of the error as well.
mysticmomba added this to the Version 1.0.0 Release milestone 2025-12-04 08:54:08 -05:00
mysticmomba added the bug label 2025-12-04 08:54:08 -05:00
Zarithas was assigned by mysticmomba 2025-12-04 08:54:08 -05:00
Zarithas referenced this issue from a commit 2025-12-05 14:48:25 -05:00
Collaborator

Fixed by:

98cb23e5ea

Fixed by: https://git.racooncity.org/brotoskyj/AirlockTools/commit/98cb23e5eacc4ddf291a19e5fbb72f5a638a4bcd
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mysticmomba/AirlockTools#39