mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Adding missing return
Without the function would be still progressed of course.
This commit is contained in:
parent
8597b5c9be
commit
36f4f51804
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue