We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeec91f commit 129c7fdCopy full SHA for 129c7fd
tools/snippets/test/fixtures/python/runner.py
@@ -37,6 +37,7 @@ def gen(x, name):
37
# Based on the script directory, create an output filepath:
38
filepath = os.path.join(DIR, name)
39
40
+ # Write the data to the output filepath as JSON:
41
with open(filepath, 'w') as outfile:
42
json.dump(data, outfile)
43
0 commit comments