mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 12:17:50 -06:00
Fix spelling of error message
Loopup -> Lookup. Contributes to issue CURA-5483.
This commit is contained in:
parent
e3b05f0867
commit
1b7055f0f3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class FirmwareUpdateCheckerLookup:
|
||||||
self._check_urls_per_machine[machine_id].append(check_url)
|
self._check_urls_per_machine[machine_id].append(check_url)
|
||||||
self._redirect_user_per_machine[machine_id] = machine_json.get("update_url")
|
self._redirect_user_per_machine[machine_id] = machine_json.get("update_url")
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
Logger.log("e", "Couldn't parse firmware-update-check loopup-lists from file because {0}.".format(ex))
|
Logger.log("e", "Couldn't parse firmware-update-check lookup-lists from file because {0}.".format(ex))
|
||||||
|
|
||||||
def getMachineIds(self) -> List[int]:
|
def getMachineIds(self) -> List[int]:
|
||||||
return self._machine_ids
|
return self._machine_ids
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue