Skip to content

Commit

Permalink
TST #562
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 21, 2020
1 parent 5244228 commit 7b89fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/dev_nxdl2rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
# nxdl = os.path.join(BASEDIR, '..', 'applications', 'NXarchive.nxdl.xml')
# nxdl = os.path.join(BASEDIR, '..', 'applications', 'NXsas.nxdl.xml')
# nxdl = os.path.join(BASEDIR, '..', 'base_classes', 'NXcrystal.nxdl.xml')
nxdl = os.path.join(BASEDIR, '..', 'base_classes', 'NXentry.nxdl.xml')
# nxdl = os.path.join(BASEDIR, '..', 'base_classes', 'NXobject.nxdl.xml')
# nxdl = os.path.join(BASEDIR, '..', 'base_classes', 'NXuser.nxdl.xml')
# nxdl = os.path.join(BASEDIR, '..', 'contributed_definitions', 'NXarpes.nxdl.xml')
# nxdl = os.path.join(BASEDIR, '..', 'contributed_definitions', 'NXmagnetic_kicker.nxdl.xml')
nxdl = os.path.join(BASEDIR, '..', 'applications', 'NXcanSAS.nxdl.xml')
# nxdl = os.path.join(BASEDIR, '..', 'applications', 'NXcanSAS.nxdl.xml')

if len(sys.argv) == 1:
sys.argv.append(nxdl)
Expand Down

0 comments on commit 7b89fee

Please sign in to comment.