Skip to content

Commit

Permalink
fixup! Make manifest items leaf nodes with no dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Feb 13, 2019
1 parent 336a67a commit ad6367e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/manifest/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def to_json(self):
rv[-1]["testdriver"] = self.testdriver
if self.jsshell:
rv[-1]["jsshell"] = True
if self.script_metadata:
rv[-1]["script_metadata"] = self.script_metadata
return rv


Expand Down

0 comments on commit ad6367e

Please sign in to comment.