More cleanups to Setting/Argument type handling, mostly for count != 1.
[hooke.git] / hooke / driver / wtk.py
index 893512076eafdd6d2f144e1620d75c58be7bcd7f..363096b35a3d9959e8cc1a27eed9a4c2ea46c326 100644 (file)
@@ -69,7 +69,7 @@ class WTKDriver (Driver):
             Setting(section=self.setting_section, help=self.__doc__),
             Setting(section=self.setting_section,
                     option='cantilever calibration directory',
-                    value=calibcant_dir,
+                    value=calibcant_dir, type='path',
                     help='Set the directory where cantilever calibration data is stored'),
             ]