Skip to content

Commit

Permalink
take 2 at trying to fix update_manifest script
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 22, 2024
1 parent 2ee0569 commit 32bb01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/scripts/update_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def update_manifest(
search_dir: str = "../../weldx/schemas",
out: str = f"../../weldx/extensions/weldx-{WELDX_EXTENSION_VERSION}.yaml",
out: str = f"../../weldx/manifests/weldx-{WELDX_EXTENSION_VERSION}.yaml",
):
"""Create manifest file from existing schemas."""
# read existing manifest
Expand All @@ -23,7 +23,7 @@ def update_manifest(
Loader=yaml.SafeLoader,
)

manifest["id"] = WELDX_MANIFEST_URI
manifest["id"] = WELDX_EXTENSION_URI
manifest["extension_uri"] = WELDX_EXTENSION_URI

# keep only ASDF schema mappings
Expand Down

0 comments on commit 32bb01c

Please sign in to comment.