mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
fix(connector): remove safeslot for now
This commit is contained in:
@ -186,7 +186,6 @@ class BECConnector:
|
|||||||
except:
|
except:
|
||||||
logger.error(f"Error getting parent_id for {self.__class__.__name__}")
|
logger.error(f"Error getting parent_id for {self.__class__.__name__}")
|
||||||
|
|
||||||
@SafeSlot()
|
|
||||||
def _run_cleanup_on_deleted_parent(self) -> None:
|
def _run_cleanup_on_deleted_parent(self) -> None:
|
||||||
"""
|
"""
|
||||||
Run cleanup on the deleted parent.
|
Run cleanup on the deleted parent.
|
||||||
|
Reference in New Issue
Block a user