def cleanup(self, handle_id): GenericDatabase.cleanup(self, handle_id) print '' dsz.ui.Echo("Check the size of the file below to ensure it hasn't changed:", dsz.GOOD) dsz.control.echo.Off() if (not self.sql_directory): self.store_sql_server_settings() show_error_log_info(self.sql_directory) dsz.control.echo.On()
def cleanup(self, handle_id): GenericDatabase.cleanup(self, handle_id) print '' dsz.ui.Echo( "Check the size of the file below to ensure it hasn't changed:", dsz.GOOD) dsz.control.echo.Off() if (not self.sql_directory): self.store_sql_server_settings() show_error_log_info(self.sql_directory) dsz.control.echo.On()
def cleanup(self, handle_id): GenericDatabase.cleanup(self, handle_id) self.audit_bypass_menu(disable_auditing=False) event_log_check() listener_log_check()