Skip to content

Commit

Permalink
Fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
donob4n committed Jul 25, 2020
1 parent 88a54dc commit 5d00c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesmanager/qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def data(self, index, role):
ret = None
if role == Qt.UserRole + 1:
if vm.qid == 0:
return ""
ret = ""
elif col_name == "Type":
ret = vm.klass
elif col_name == "Label":
Expand Down

0 comments on commit 5d00c91

Please sign in to comment.