Skip to content

Commit

Permalink
Add line break to have less changes in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 16, 2024
1 parent dc54810 commit 40dd6c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_maya/plugins/publish/extract_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def process(self, instance):

json_filename = "{}.json".format(instance.name)
json_path = os.path.join(stagingdir, json_filename)

with open(json_path, "w+") as file:
json.dump(json_data, fp=file, indent=2)

Expand Down

0 comments on commit 40dd6c6

Please sign in to comment.