mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:25:56 +08:00
Adding missing return
Without the function would be still progressed of course.
This commit is contained in:
parent
8597b5c9be
commit
36f4f51804
@ -33,6 +33,7 @@ class SliceInfoThread(Thread):
|
|||||||
def run(self):
|
def run(self):
|
||||||
if not self.url or not self.data:
|
if not self.url or not self.data:
|
||||||
Logger.log("e", "URL or DATA for sending slice info was not set!")
|
Logger.log("e", "URL or DATA for sending slice info was not set!")
|
||||||
|
return
|
||||||
|
|
||||||
# Submit data
|
# Submit data
|
||||||
kwoptions = {"data" : self.data,
|
kwoptions = {"data" : self.data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user