Fix incorrect method name

Contributes to CL-1165
This commit is contained in:
Ian Paschal 2019-02-13 15:21:09 +01:00
parent 8f37421c11
commit e39e09a692

View file

@ -434,7 +434,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
return
# Check 4: Machine is configured for network connectivity
if not self._application.getMachineManager().activeMachineHasActiveNetworkConnection:
if not self._application.getMachineManager().activeMachineHasNetworkConnection:
Logger.log("d", "Cloud Flow not possible: Machine is not connected!")
return