mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix the tests so they don't rely on external URL
This commit is contained in:
parent
f5c4b6919d
commit
909c74c9b6
3 changed files with 7 additions and 14 deletions
|
@ -44,7 +44,6 @@ class FirmwareUpdateCheckerJob(Job):
|
|||
result = response.read().decode("utf-8")
|
||||
except URLError:
|
||||
Logger.log("w", "Could not reach '{0}', if this URL is old, consider removal.".format(url))
|
||||
|
||||
return result
|
||||
|
||||
def parseVersionResponse(self, response: str) -> Version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue