connectors/LPC/LPCObject.py
changeset 520 ca5a2047e0ed
parent 508 73ecb803d8af
child 521 02cb9e5fb6f6
--- a/connectors/LPC/LPCObject.py	Tue Dec 15 15:39:39 2009 +0100
+++ b/connectors/LPC/LPCObject.py	Tue Dec 15 16:04:28 2009 +0100
@@ -56,7 +56,7 @@
              location[0].isalpha() and \
              location[1] == ':' :
             self.SerialConnection = None
-            if os.path.exist(location):
+            if os.path.exists(location):
                 self.StorageConnection = location
                 self.PLCStatus = "Stopped"
             else: