Commit 5f4af1e1 authored by jtc42's avatar jtc42
Browse files

Updated super init syntax

parent 18f219c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ class Sangaboard(ExtensibleSerialInstrument):
        you will use to communicate with the motor controller.  That's the first argument so
        it doesn't need to be named.
        """
        super(Sangaboard, self).__init__(port, **kwargs)
        ExtensibleSerialInstrument.__init__(self, port, **kwargs)

        try:
            logging.debug("Running firmware checks")
            # Request firmware version from the board