From 9101ce8a86286b6e366d969ad9244ef36a19d3a9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 19 Apr 2011 10:30:32 -0400 Subject: [PATCH] Fix LOG formatting error. --- pyafm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyafm.py b/pyafm.py index 5ff87bd..7ef3a85 100644 --- a/pyafm.py +++ b/pyafm.py @@ -110,7 +110,7 @@ class AFM (object): % (self.stepper.position, pos, pos_m)) LOG.debug('adjust the %s piezo to place us just onto the surface' - self.axis_name) + % self.axis_name) target_m = pos_m + depth target = _convert_meters_to_bits( axis.axis_channel_config, axis.axis_config, target_m) -- 2.26.2