Fix flake8 error

pull/14/head
Ewald de Wit 2022-10-02 08:27:44 +02:00
rodzic 39d65472f8
commit 193a378187
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -405,7 +405,7 @@ class App(qt.QWidget):
msg.exec()
else:
name = Path(inputLabel.text()).stem + \
f'_{causality.value():.0f}c.wav'
f'_{causality.value():.0f}c.wav'
path, _ = qt.QFileDialog.getSaveFileName(
self, 'Save Impulse Response',
str(self.saveDir / name), 'WAV (*.wav)')