Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/191'
Browse files Browse the repository at this point in the history
* origin/pr/191:
  Avoid inheriting from multiple builtin exceptions
  • Loading branch information
marmarek committed Oct 20, 2021
2 parents d00dc88 + 8754bcb commit a37592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesadmin/exc.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class StoragePoolException(QubesException):
''' A general storage exception '''


class QubesDaemonCommunicationError(QubesException, IOError):
class QubesDaemonCommunicationError(QubesException):
'''Error while communicating with qubesd, may mean insufficient
permissions as well'''

Expand Down

0 comments on commit a37592d

Please sign in to comment.