Remove unnecessary line wrap in analyze_surface_position_data logging.
authorW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 22:14:42 +0000 (18:14 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 12 Jul 2012 22:23:11 +0000 (18:23 -0400)
pypiezo/surface.py

index 57a4eb838da8fd8b9d901bc121d7f3568057dd56..3d59cf2dc5256f5634f6574e5fa1ba6da3edcbaf 100644 (file)
@@ -183,8 +183,7 @@ def analyze_surface_position_data(
     # start_def and start_pos are probably for 2 different points
     _LOG.info('min deflection {}, max deflection {}'.format(
             start_def, final_def))
     # start_def and start_pos are probably for 2 different points
     _LOG.info('min deflection {}, max deflection {}'.format(
             start_def, final_def))
-    _LOG.info('min position {}, max position {}'.format(
-            start_pos, final_pos))
+    _LOG.info('min position {}, max position {}'.format(start_pos, final_pos))
 
     left_offset   = start_def
     left_slope    = 0
 
     left_offset   = start_def
     left_slope    = 0