Apply constant offset to contact region in 'polynomial flatten' to avoid discontinuity
[hooke.git] / hooke / driver / mcs.py
index 366e9784938ec5018cec102ee28c8859c7e876f5..50a50292819ab3b943e70143ad9ce87be74c79a4 100644 (file)
@@ -99,6 +99,8 @@ class mcsDriver(lib.driver.Driver):
         return plot
 
     def is_me(self):
+        if os.path.isdir(path):
+            return False
         if self.filename[-3:].lower()=='mcs':
             return True
         else: