Merge branch 'CURA-7492_Change_how_the_connection_status_is_determined'

This commit is contained in:
Ghostkeeper 2020-06-16 16:11:26 +02:00
commit 5286be77a1
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 17 additions and 40 deletions

View file

@ -104,7 +104,7 @@ class CloudOutputDeviceManager:
self._api.getClusters(self._onGetRemoteClustersFinished, self._onGetRemoteClusterFailed)
def _onGetRemoteClustersFinished(self, clusters: List[CloudClusterResponse]) -> None:
"""Callback for when the request for getting the clusters is finished."""
"""Callback for when the request for getting the clusters is successful and finished."""
self._um_cloud_printers = {m.getMetaDataEntry(self.META_CLUSTER_ID): m for m in
CuraApplication.getInstance().getContainerRegistry().findContainerStacks(