Skip to content

Commit 1cd6dad

Browse files
authored
Merge pull request #2835 from zz912/patch-24
Gmoccapy.py - LOG.debug text bug
2 parents f49bda3 + c87b87c commit 1cd6dad

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)