From: W. Trevor King Date: Tue, 19 Apr 2011 14:30:32 +0000 (-0400) Subject: Fix LOG formatting error. X-Git-Tag: v0.3~14 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9101ce8a86286b6e366d969ad9244ef36a19d3a9;p=pyafm.git Fix LOG formatting error. --- 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)