mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:15:53 +08:00
Code style: Spaces around binary operators
Contrbutes to issue CURA-8224.
This commit is contained in:
parent
b2b10f693d
commit
16c5fdd798
@ -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…
x
Reference in New Issue
Block a user