From f9eda9be5fdd90e823a05bd7999f94ddade26482 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 19 Apr 2011 16:55:09 -0400 Subject: [PATCH] Add self to _stepper_approach_again arguments :p. --- pyafm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyafm.py b/pyafm.py index db11723..79aec0a 100644 --- a/pyafm.py +++ b/pyafm.py @@ -125,7 +125,7 @@ class AFM (object): % (depth, self.stepper.position, target, target_m)) - def _stepper_approach_again(target_deflection, far): + def _stepper_approach_again(self, target_deflection, far): LOG.info('back off %d half steps and approach until deflection > %g' % (far, target_deflection)) -- 2.26.2