Skip to content

Commit

Permalink
#614 require "version" attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 13, 2019
1 parent 4a4f029 commit 080a842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nxdl2rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def print_rst_from_nxdl(nxdl_file):
print( ' %s, extends %s, version %s' %
( listing_category.strip(),
extends,
root.get('version').strip() ) )
root['version'].strip() ) )

printIfDeprecated(ns, root, '')

Expand Down

0 comments on commit 080a842

Please sign in to comment.