mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
fixed blank lines pep thingi
This commit is contained in:
parent
b0f413bee2
commit
553a3ec94a
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,7 @@ class PrinterApplication(QtApplication):
|
|||
return log
|
||||
|
||||
outputDevicesChanged = pyqtSignal()
|
||||
|
||||
@pyqtProperty('QVariantMap', notify = outputDevicesChanged)
|
||||
def outputDevices(self):
|
||||
return self._output_devices
|
||||
|
@ -309,6 +310,7 @@ class PrinterApplication(QtApplication):
|
|||
self._output_devices[device]['function'](device)
|
||||
|
||||
writeToLocalFileRequested = pyqtSignal()
|
||||
|
||||
def _writeToLocalFile(self, device):
|
||||
self.writeToLocalFileRequested.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue