Skip to content

Commit c87b87c

Browse files
authored
Gmoccapy.py - LOG.debug text bug
1 parent f49bda3 commit c87b87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3485,7 +3485,7 @@ def _change_dro_color(self, property, color):
34853485
# self.diameter_mode = True
34863486

34873487
def _update_toolinfo(self, tool):
3488-
LOG.debug("Tool is now %s".format(tool))
3488+
LOG.debug("Tool is now {0}".format(tool))
34893489
if "G43" in self.active_gcodes:
34903490
LOG.debug("G43 is active")
34913491
else:

0 commit comments

Comments
 (0)