Fix job name

This commit is contained in:
ChrisTerBeke 2019-07-30 15:30:34 +02:00
parent 1ec2ac4118
commit 7398f08b27
2 changed files with 3 additions and 4 deletions

View file

@ -194,7 +194,6 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
## Handler for when the print job was created locally.
# It can now be sent over the cloud.
def _onPrintJobCreated(self, job: WriteFileJob) -> None:
self._progress.show()
self._tool_path = job.getOutput()
request = CloudPrintJobUploadRequest(
job_name=job.getFileName(),