Skip to content

Commit a12ed0d

Browse files
committed
Correct comment consistency
1 parent 0ec5059 commit a12ed0d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vpype_gcode/gwrite.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def gwrite(document: vp.Document, output: typing.TextIO, profile: str):
9191
index1=layer_index + 1,
9292
layer_index=layer_index,
9393
layer_index1=layer_index + 1,
94-
layer_id=layer_id
94+
layer_id=layer_id,
9595
)
9696
)
9797
lastlines_index = len(layer) - 1
@@ -170,7 +170,8 @@ def gwrite(document: vp.Document, output: typing.TextIO, profile: str):
170170
index1=layer_index + 1,
171171
layer_index=layer_index,
172172
layer_index1=layer_index + 1,
173-
layer_id=layer_id)
173+
layer_id=layer_id,
174+
)
174175
)
175176
if layer_join is not None and layer_index != lastlayer_index:
176177
output.write(layer_join)

0 commit comments

Comments
 (0)