747 ).format(result["ErrorString"]), |
747 ).format(result["ErrorString"]), |
748 ) |
748 ) |
749 else: |
749 else: |
750 with contextlib.suppress(KeyError): |
750 with contextlib.suppress(KeyError): |
751 self.__editors[result["Uuid"]].reload() |
751 self.__editors[result["Uuid"]].reload() |
752 self.__editors[result["Uuid"]].setCheckExternalModificationEnabled( |
752 self.__editors[result["Uuid"]].setCheckExternalModificationEnabled(True) |
753 True |
|
754 ) |
|
755 |
753 |
756 with contextlib.suppress(KeyError): |
754 with contextlib.suppress(KeyError): |
757 del self.__editors[result["Uuid"]] |
755 del self.__editors[result["Uuid"]] |
758 |
756 |
759 ####################################################################### |
757 ####################################################################### |