1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 05:36:19 +00:00
This commit is contained in:
Thomas Waldmann 2018-11-22 02:55:51 +01:00
parent 65214b8e73
commit 94e21ab001

View file

@ -18,7 +18,7 @@
class BorgThread(QtCore.QThread, BackupProfileMixin):
"""
Base class to run `borg` command line jobs. If a command needs more pre- or post-processing
it should sublass `BorgThread`.
it should subclass `BorgThread`.
"""
updated = QtCore.pyqtSignal(str)