Author: remi
Date: 2009-06-22 14:33:42 +0200 (Mon, 22 Jun 2009)
New Revision: 4851

Modified:
   software_suite_v3/smart-core/smart-server/trunk/util/driver/TuxDriver.py
Log:
* little fixes

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/driver/TuxDriver.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/util/driver/TuxDriver.py    
2009-06-22 12:33:12 UTC (rev 4850)
+++ software_suite_v3/smart-core/smart-server/trunk/util/driver/TuxDriver.py    
2009-06-22 12:33:42 UTC (rev 4851)
@@ -603,7 +603,10 @@
         if self.tux_driver_lib == None:
             return
 
-        self.tux_driver_lib.TuxDrv_ResetPositions()
+        try:
+            self.tux_driver_lib.TuxDrv_ResetPositions()
+        except:
+            pass
 
         self.__logger.logDebug("Reset the motor positions.")
 


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to