Skip to content

Commit 0b88490

Browse files
committed
Added the message field manually after it was removed from py3
1 parent b906d0c commit 0b88490

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

RpiCluster/RpiClusterExceptions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

33
class DisconnectionException(Exception):
4-
pass
4+
5+
def __init__(self, message):
6+
self.message = message
57

0 commit comments

Comments
 (0)