Commit 512c3591 authored by Andrea Orlati's avatar Andrea Orlati
Browse files

Merge branch 'fix-issue-588' of https://github.com/discos/discos into fix-issue-588

parents 75adf49e e41dc2c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -372,6 +372,7 @@ throw (MinorServoErrors::SetupErrorExImpl)
    }catch(const ServoConnectionError& sce){
        THROW_EX(MinorServoErrors, SetupErrorEx, sce.what(), false);
    }catch(...){
        m_servo_status.starting = false;
        THROW_EX(MinorServoErrors, SetupErrorEx, "Cannot conclude setup", false);
    }
    /**
@@ -405,6 +406,7 @@ throw (MinorServoErrors::SetupErrorExImpl)
    }catch(const ServoConnectionError& sce){
        THROW_EX(MinorServoErrors, SetupErrorEx, sce.what(), false);
    }catch(...){
        m_servo_status.starting = false;
        THROW_EX(MinorServoErrors, SetupErrorEx, "Cannot conclude setup", false);
    }
}