Skip to content

Commit 41fbd11

Browse files
Update local_subnet_dumper.py
1 parent ad5adb4 commit 41fbd11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/local_subnet_dumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
json_object = json.dumps(all_subnets, indent=4)
129129

130130
with open(
131-
"../../../../../Users/jkuchta/AppData/Roaming/JetBrains/PyCharm2023.2/scratches/subnets.json",
131+
"subnets.json",
132132
"w",
133133
) as outfile:
134134
outfile.write(json_object)

0 commit comments

Comments
 (0)