mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 12:05:57 +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):
|
||||
if not self.url or not self.data:
|
||||
Logger.log("e", "URL or DATA for sending slice info was not set!")
|
||||
return
|
||||
|
||||
# Submit data
|
||||
kwoptions = {"data" : self.data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user