Skip to content

Commit 374f38d

Browse files
authored
Merge pull request #40 from billingsley-john/fixing_indent_error
fixed indentation error line 378
2 parents 0e27b43 + b6a652c commit 374f38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def _export_data(self):
375375
progressBar.setValue(res[2])
376376

377377
msg = QtWidgets.QMessageBox()
378-
msg.setText("Export complete!")
378+
msg.setText("Export complete!")
379379
msg.setIcon(QtWidgets.QMessageBox.Information)
380380
msg.setStandardButtons(QtWidgets.QMessageBox.Ok)
381381
msg.exec_()

0 commit comments

Comments
 (0)