Skip to content

Commit

Permalink
Let's try travis
Browse files Browse the repository at this point in the history
  • Loading branch information
donob4n committed Apr 23, 2020
1 parent 5f65477 commit 70878dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qubesmanager/qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def update(self, update_size_on_disk=False, event=None):
if not event or event.endswith(':template'):
try:
self.template = self.vm.template.name
# pylint: disable=no-member
except exc.QubesNoSuchPropertyError:
self.template = self.vm.klass
if not event or event.endswith(':netvm'):
Expand Down

0 comments on commit 70878dc

Please sign in to comment.