This commit is contained in:
Thomas Waldmann 2018-11-22 02:55:51 +01:00
parent 65214b8e73
commit 94e21ab001
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ logger = logging.getLogger('vorta')
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)