Skip to content

Commit 129c7fd

Browse files
committed
Add comment
1 parent aeec91f commit 129c7fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/snippets/test/fixtures/python/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def gen(x, name):
3737
# Based on the script directory, create an output filepath:
3838
filepath = os.path.join(DIR, name)
3939

40+
# Write the data to the output filepath as JSON:
4041
with open(filepath, 'w') as outfile:
4142
json.dump(data, outfile)
4243

0 commit comments

Comments
 (0)