mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Code style: Spaces around binary operators
Contrbutes to issue CURA-8224.
This commit is contained in:
parent
b2b10f693d
commit
16c5fdd798
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class SendMaterialJob(Job):
|
|||
super().__init__()
|
||||
self.device = device # type: LocalClusterOutputDevice
|
||||
|
||||
self._send_material_thread = threading.Thread(target=self._sendMissingMaterials)
|
||||
self._send_material_thread = threading.Thread(target = self._sendMissingMaterials)
|
||||
self._send_material_thread.setDaemon(True)
|
||||
|
||||
self._remote_materials = {} # type: Dict[str, ClusterMaterial]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue