Skip to content

Commit

Permalink
Update dap spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Feb 10, 2024
1 parent a4d84d3 commit 00e869a
Show file tree
Hide file tree
Showing 3 changed files with 2,700 additions and 2,106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def default(o):

properties = class_to_generate['properties']
class_to_generate['props'] = ' __props__ = %s' % _indent_lines(
json.dumps(properties, indent=4, default=default)).strip()
json.dumps(properties, indent=4, default=default).replace('true', 'True')).strip()


def update_class_to_generate_refs(class_to_generate):
Expand Down

0 comments on commit 00e869a

Please sign in to comment.