Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Mar 22, 2022
1 parent 9ea9f9d commit 5148451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/writexml.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def writexml(spec, specdir, data_rootdir, resultprefix):
global _ROOT_DATA_FILE

shutil.copyfile(
schemas.joinpath('schemas/HistFactorySchema.dtd'),
schemas.joinpath('HistFactorySchema.dtd'),
Path(specdir).parent.joinpath('HistFactorySchema.dtd'),
)
combination = ET.Element(
Expand Down

0 comments on commit 5148451

Please sign in to comment.