Last no-member

This commit is contained in:
donoban 2018-06-11 03:18:11 +02:00
parent b8d1cc4205
commit 9101f35245
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -579,5 +579,5 @@ class VmLastBackupItem(QtGui.QTableWidgetItem):
elif not other.backup_timestamp:
return True
return self.backup_timestamp < other.backup_timestamp
except exc.QubesPropertyAccessError: # pylint: disable=no-name-in-module
except exc.QubesPropertyAccessError: # pylint: disable=no-member
return False