Skip to content

Commit

Permalink
Update local_subnet_dumper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TKIPisalegacycipher committed Nov 14, 2023
1 parent ad5adb4 commit 41fbd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/local_subnet_dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
json_object = json.dumps(all_subnets, indent=4)

with open(
"../../../../../Users/jkuchta/AppData/Roaming/JetBrains/PyCharm2023.2/scratches/subnets.json",
"subnets.json",
"w",
) as outfile:
outfile.write(json_object)
Expand Down

0 comments on commit 41fbd11

Please sign in to comment.